Salome HOME
Merge remote branch 'origin/akl/22379'
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_shell.doc
index 7c87d3d2295f3b69e4582032ee0436e84b1bddc4..32cc8783ce2d37850828216dc1fb78235dbdf533 100644 (file)
@@ -5,17 +5,17 @@
 To create a \b Shell in the <b>Main Menu</b> select <b>New Entity - >
 Build - > Shell</b>
 
-\n You can create a \b Shell from a list of faces and (or) shells.
+\n You can create a \b Shell from a compound of faces or a list of faces or shells.
 \n The \b Result will be a \b GEOM_Object (shell).
 
 \n <b>TUI Command:</b> <em>geompy.MakeShell(ListOfShape)</em>
-\n <b>Arguments:</b> Name + List of faces having connected edges.
+\n <b>Arguments:</b> Name + Compound of faces or List of faces having connected edges.
 
 \image html neo-obj5.png
 
 \n <b>Example:</b>
 
-\image html shellsn.png
+\image html shellsn.png "Shell"
 
 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
 \ref tui_creation_shell "Advanced Geometric Objects".