Salome HOME
Synchronize adm files
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_solid.doc
1 /*!
2
3 \page create_solid_page Solid
4
5 \n To create a \b Solid in the <b>Main Menu</b> select <b>New Entity - > Build - >
6 Solid</b>.
7
8 You can create a \b Solid from a list of shells.
9
10 The \b Result will be a  \b GEOM_Object (SOLID).
11
12 \n <b>TUI Command:</b> <em>geompy.MakeSolid(ListOfShape),</em> where
13 ListOfShape is a list of shells from which the solid is constructed.
14 \n <b>Arguments:</b> Name + A closed shell or a list of closed shells.
15
16 \image html neo-obj6.png
17
18 \n <b>Example:</b>
19
20 \image html solidsn.png "Solid"
21
22 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
23 \ref tui_creation_solid "Advanced Geometric Objects".
24
25 */