2008-03-07 12:45:34 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page create_compound_page Compound
|
|
|
|
|
|
|
|
\n To create a \b Compound in the <b>Main Menu</b> select <b>New
|
|
|
|
Entity - > Build - > Compound</b>.
|
|
|
|
|
2014-11-07 14:46:05 +05:00
|
|
|
\n You can create a compound from a list of shapes.
|
2008-03-07 12:45:34 +05:00
|
|
|
\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".
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
\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"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
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
|
|
|
*/
|