|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepLib_MakeShell () |
| | Not done.
.
|
| Standard_EXPORT | BRepLib_MakeShell (const Handle(Geom_Surface)&S, const Standard_Boolean Segment=Standard_False) |
| Standard_EXPORT | 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) |
| Standard_EXPORT 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.
.
|
| Standard_EXPORT BRepLib_ShellError | Error () const |
| Standard_EXPORT const TopoDS_Shell & | Shell () const |
| | Returns the new Shell.
.
|
| Standard_EXPORT | operator TopoDS_Shell () const |
Private Attributes |
| BRepLib_ShellError | myError |