mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
17 lines
406 B
Plaintext
17 lines
406 B
Plaintext
/*!
|
|
|
|
\page struct_elem_visualisation Visualization of structural elements (package structelem)
|
|
|
|
The visualization of structural elements can be tested with the following set of instructions:
|
|
|
|
\code
|
|
from salome.geom.structelem import TEST_StructuralElement
|
|
TEST_StructuralElement()
|
|
\endcode
|
|
|
|
This creates geometrical objects displayed in the study below:
|
|
|
|
\image html salome-geom-structuralelements.png
|
|
|
|
*/
|