2008-03-07 12:45:34 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page create_shell_page Shell
|
|
|
|
|
|
|
|
To create a \b Shell in the <b>Main Menu</b> select <b>New Entity - >
|
|
|
|
Build - > Shell</b>
|
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
\n You can create a \b Shell from a compound of faces or a list of faces or shells.
|
2015-09-17 18:44:08 +05:00
|
|
|
\n The \b Result will be a \b GEOM_Object. It can be either a single shell or, in specific cases, a compound of shells.
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.MakeShell(ListOfShape)</em>
|
2009-02-13 17:16:39 +05:00
|
|
|
\n <b>Arguments:</b> Name + Compound of faces or List of faces having connected edges.
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
\image html neo-obj5.png
|
|
|
|
|
|
|
|
\n <b>Example:</b>
|
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
\image html shellsn.png "Shell"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
Our <b>TUI Scripts</b> provide you with useful examples of creation of
|
|
|
|
\ref tui_creation_shell "Advanced Geometric Objects".
|
|
|
|
|
|
|
|
*/
|