|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepFill_Generator () |
| Standard_EXPORT void | AddWire (const TopoDS_Wire &Wire) |
| Standard_EXPORT void | Perform () |
| | Compute the shell.
.
|
| const TopoDS_Shell & | Shell () const |
| Standard_EXPORT const TopTools_DataMapOfShapeListOfShape & | Generated () const |
| | Returns all the shapes created
.
|
| Standard_EXPORT const TopTools_ListOfShape & | GeneratedShapes (const TopoDS_Shape &SSection) const |
| | Returns the shapes created from a subshape
<ssection> of a section.
.
|
Private Attributes |
| TopTools_SequenceOfShape | myWires |
| TopoDS_Shell | myShell |
| TopTools_DataMapOfShapeListOfShape | myMap |