mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
23 lines
566 B
Plaintext
23 lines
566 B
Plaintext
|
/*!
|
||
|
|
||
|
\page create_compound_page Compound
|
||
|
|
||
|
\n To create a \b Compound in the <b>Main Menu</b> select <b>New
|
||
|
Entity - > Build - > Compound</b>.
|
||
|
|
||
|
\n You can create a compound from a list of shells.
|
||
|
\n The \b Result will be a \b GEOM_Object (COMPOUND).
|
||
|
|
||
|
\n <b>TUI Command:</b> <em>geompy.MakeCompound(ListOfShape)</em>
|
||
|
\n <b>Arguments:</b> Name + List of shapes.
|
||
|
|
||
|
\image html neo-obj7.png
|
||
|
|
||
|
\n <b>Example:</b>
|
||
|
|
||
|
\image html compoundsn.png
|
||
|
|
||
|
Our <b>TUI Scripts</b> provide you with useful examples of creation of
|
||
|
\ref tui_creation_compound "Advanced Geometric Objects".
|
||
|
|
||
|
*/
|