Updating images

This commit is contained in:
boulant 2010-07-29 12:40:01 +00:00
parent 21ad8e36ce
commit f53c1745f1
2 changed files with 5 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 168 KiB

View File

@ -17,12 +17,14 @@ The functions are distributed in the python package
``salome.geom``. For example, the usage of the visualization of ``salome.geom``. For example, the usage of the visualization of
structural elements can be appreciated with this set of instructions: structural elements can be appreciated with this set of instructions:
>>> from salome.geom.structelem import TEST_StructuralElement .. code-block:: python
>>> TEST_StructuralElement()
from salome.geom.structelem import TEST_StructuralElement
TEST_StructuralElement()
This creates the geometrical objects displayed in the study below: This creates the geometrical objects displayed in the study below:
.. image:: /images/salome.geom.structuralelements.png .. image:: /images/salome-geom-structuralelements.png
:align: center :align: center
The specification of the programming interface of this package is The specification of the programming interface of this package is