Open CASCADE Technology 7.8.0
|
Provides methods to build shells. More...
#include <BRepLib_MakeShell.hxx>
Additional Inherited Members | |
![]() | |
BRepLib_MakeShape () | |
![]() | |
BRepLib_Command () | |
Set done to False. | |
void | Done () |
Set done to true. | |
void | NotDone () |
Set done to false. | |
![]() | |
TopoDS_Shape | myShape |
TopTools_ListOfShape | myGenFaces |
TopTools_ListOfShape | myNewFaces |
TopTools_ListOfShape | myEdgFaces |
Provides methods 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.
BRepLib_MakeShell::BRepLib_MakeShell | ( | ) |
Not done.
BRepLib_MakeShell::BRepLib_MakeShell | ( | const Handle< Geom_Surface > & | S, |
const Standard_Boolean | Segment = Standard_False |
||
) |
BRepLib_MakeShell::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 |
||
) |
BRepLib_ShellError BRepLib_MakeShell::Error | ( | ) | const |
void BRepLib_MakeShell::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_MakeShell::operator TopoDS_Shell | ( | ) | const |
const TopoDS_Shell & BRepLib_MakeShell::Shell | ( | ) | const |
Returns the new Shell.