Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[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 shells.
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
14 \image html neo-obj7.png
15
16 \n <b>Example:</b>
17
18 \image html compoundsn.png
19
20 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
21 \ref tui_creation_compound "Advanced Geometric Objects".
22
23 */