Salome HOME
[bos #29336] problem in inertia calculus
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_compound.doc
1 /*!
2
3 \page create_compound_page Compound
4
5 \n To create a \b Compound in the <b>Main Menu</b> select <b>New
6 Entity - > Build - > Compound</b>.
7
8 \n You can create a compound from a list of shapes.
9 \n The \b Result will be a \b GEOM_Object (COMPOUND).
10
11 \n <b>TUI Command:</b> <em>geompy.MakeCompound(ListOfShape)</em>
12 \n <b>Arguments:</b> Name + List of shapes.
13 \n <b>Advanced option:</b>
14    \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
15
16 \image html neo-obj7.png
17
18 \n <b>Example:</b>
19
20 \image html compoundsn.png "Edges for creation of a compound"
21
22 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
23 \ref tui_creation_compound "Advanced Geometric Objects".
24
25 <b> More details: </b>
26
27 Perhaps you ask yourself : \ref partition_explanation "What's the difference between partition, compounds and fuse operation ?"
28
29 */