Provides methos to build shells.
Build a shell from a set of faces.
Build untied shell from a non C2 surface
splitting it into C2-continuous parts.
#include <BRepLib_MakeShell.hxx>
Public Member Functions |
| DEFINE_STANDARD_ALLOC | BRepLib_MakeShell () |
| | Not done.
|
| | BRepLib_MakeShell (const Handle< Geom_Surface > &S, const Standard_Boolean Segment=Standard_False) |
| | BRepLib_MakeShell (const Handle< Geom_Surface > &S, const Standard_Real UMin, const Standard_Real UMax, const Standard_Real VMin, const Standard_Real VMax, const Standard_Boolean Segment=Standard_False) |
| void | Init (const Handle< Geom_Surface > &S, const Standard_Real UMin, const Standard_Real UMax, const Standard_Real VMin, const Standard_Real VMax, const Standard_Boolean Segment=Standard_False) |
| | Creates the shell from the surface and the min-max
values.
|
| BRepLib_ShellError | Error () const |
| const TopoDS_Shell & | Shell () const |
| | Returns the new Shell.
|
| | operator TopoDS_Shell () const |
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file: