mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-15 16:40:37 +05:00
18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
|
/*!
|
||
|
|
||
|
\page struct_elem_visualisation Visualization of structural elements (package structelem)
|
||
|
|
||
|
The usage of the visualization of structural elements can be
|
||
|
appreciated with this set of instructions:
|
||
|
|
||
|
\code
|
||
|
from salome.geom.structelem import TEST_StructuralElement
|
||
|
TEST_StructuralElement()
|
||
|
\endcode
|
||
|
|
||
|
This creates the geometrical objects displayed in the study below:
|
||
|
|
||
|
\image html salome-geom-structuralelements.png
|
||
|
|
||
|
*/
|