Salome HOME
Revert "Synchronize adm files"
[modules/geom.git] / doc / salome / gui / GEOM / input / struct_elem_visualisation.doc
1 /*!
2
3 \page struct_elem_visualisation Visualization of structural elements (package structelem)
4
5 The Python package <a href="geompy_doc/group__structelem.html">structelem</a> contains functions
6 to create geometrical 3D representations of mechanical models called "structural elements".
7
8 The visualization of structural elements can be tested with the following set of instructions:
9
10 \code
11 from salome.geom.structelem import TEST_StructuralElement
12 TEST_StructuralElement()
13 \endcode
14
15 This creates geometrical objects displayed in the study below:
16
17 \image html salome-geom-structuralelements.png
18
19 */