2008-03-07 12:45:34 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page create_solid_page Solid
|
|
|
|
|
2014-11-13 20:53:32 +05:00
|
|
|
To create a \b Solid in the <b>Main Menu</b> select <b>New Entity - > Build - >
|
2008-03-07 12:45:34 +05:00
|
|
|
Solid</b>.
|
|
|
|
|
2014-11-13 20:53:32 +05:00
|
|
|
Firstly, you can create a \b Solid from a list of shells.
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
The \b Result will be a \b GEOM_Object (SOLID).
|
|
|
|
|
2014-11-13 20:53:32 +05:00
|
|
|
<b>TUI Command:</b> <em>geompy.MakeSolid(ListOfShape),</em> where
|
|
|
|
\c ListOfShape is a list of shells from which the solid is constructed.
|
|
|
|
|
|
|
|
<b>Arguments:</b> Name + A closed shell or a list of closed shells.
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
\image html neo-obj6.png
|
|
|
|
|
2014-11-13 20:53:32 +05:00
|
|
|
<b>Example:</b>
|
2008-03-07 12:45:34 +05:00
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
\image html solidsn.png "Solid"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
2014-11-13 20:53:32 +05:00
|
|
|
Secondly, it is possible to create a \b Solid (or a compound of solids) from a list of
|
|
|
|
connected faces or shells.
|
|
|
|
|
|
|
|
The \b Result will be a \b GEOM_Object (SOLID or COMPOUND).
|
|
|
|
|
|
|
|
<b>TUI Command:</b> <em>geompy.MakeSolidFromConnectedFaces(ListOfShape, isIntersect),</em> where
|
|
|
|
\c ListOfShape is a list of faces and/or shells from which the solid is constructed and
|
2014-12-26 19:21:04 +05:00
|
|
|
\c isIntersect is a boolean flag which, when set to \c True, forces performing intersection/sewing
|
2014-11-13 20:53:32 +05:00
|
|
|
between arguments
|
|
|
|
|
|
|
|
<b>Arguments:</b> Name + A set of connected faces and/or shells + Boolean flag.
|
|
|
|
|
|
|
|
\image html neo-obj6_2.png
|
|
|
|
|
2008-03-07 12:45:34 +05:00
|
|
|
Our <b>TUI Scripts</b> provide you with useful examples of creation of
|
2014-11-13 20:53:32 +05:00
|
|
|
\ref tui_creation_solid "Solid from shell" and
|
|
|
|
\ref tui_creation_solid_from_faces "Solid from connected faces".
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
*/
|