2014-03-13 18:50:55 +06:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page struct_elem_visualisation Visualization of structural elements (package structelem)
|
|
|
|
|
2014-05-07 18:25:27 +06:00
|
|
|
The Python package <a href="geompy_doc/group__structelem.html">structelem</a> contains functions
|
|
|
|
to create geometrical 3D representations of mechanical models called "structural elements".
|
|
|
|
|
2014-05-05 12:16:12 +06:00
|
|
|
The visualization of structural elements can be tested with the following set of instructions:
|
2014-03-13 18:50:55 +06:00
|
|
|
|
|
|
|
\code
|
|
|
|
from salome.geom.structelem import TEST_StructuralElement
|
|
|
|
TEST_StructuralElement()
|
|
|
|
\endcode
|
|
|
|
|
2014-05-05 12:16:12 +06:00
|
|
|
This creates geometrical objects displayed in the study below:
|
2014-03-13 18:50:55 +06:00
|
|
|
|
|
|
|
\image html salome-geom-structuralelements.png
|
|
|
|
|
|
|
|
*/
|