geom/doc/salome/gui/GEOM/input/creating_compound.doc

30 lines
888 B
Plaintext
Raw Normal View History

/*!
\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.
2009-02-13 17:16:39 +05:00
\n <b>Advanced option:</b>
2012-08-09 13:58:02 +06:00
\ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
\image html neo-obj7.png
\n <b>Example:</b>
2009-02-13 17:16:39 +05:00
\image html compoundsn.png "Edges for creation of a compound"
Our <b>TUI Scripts</b> provide you with useful examples of creation of
\ref tui_creation_compound "Advanced Geometric Objects".
2012-12-13 14:40:36 +06:00
<b> More details: </b>
Perhaps you ask yourself : \ref partition_explanation "What's the difference between partition, compounds and fuse operation ?"
2009-02-13 17:16:39 +05:00
*/