Salome HOME
0022289: EDF 2623 GEOM: Make "MakePipeWithDifferentsSections" available from GUI
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_shell.doc
1 /*!
2
3 \page create_shell_page Shell
4
5 To create a \b Shell in the <b>Main Menu</b> select <b>New Entity - >
6 Build - > Shell</b>
7
8 \n You can create a \b Shell from a compound of faces or a list of faces or shells.
9 \n The \b Result will be a \b GEOM_Object (shell).
10
11 \n <b>TUI Command:</b> <em>geompy.MakeShell(ListOfShape)</em>
12 \n <b>Arguments:</b> Name + Compound of faces or List of faces having connected edges.
13
14 \image html neo-obj5.png
15
16 \n <b>Example:</b>
17
18 \image html shellsn.png "Shell"
19
20 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
21 \ref tui_creation_shell "Advanced Geometric Objects".
22
23 */