|
Open CASCADE Technology 6.5.2
|
Compute a topological surface ( a shell) using
generating wires. The face of the shell will be
ruled surfaces passing by the wires.
The wires must have the same number of edges.
#include <BRepFill_Generator.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepFill_Generator () | |
| void | AddWire (const TopoDS_Wire &Wire) |
| void | Perform () |
| Compute the shell. | |
| const TopoDS_Shell & | Shell () const |
| const TopTools_DataMapOfShapeListOfShape & | Generated () const |
| Returns all the shapes created | |
| const TopTools_ListOfShape & | GeneratedShapes (const TopoDS_Shape &SSection) const |
| Returns the shapes created from a subshape <SSection> of a section. | |
| BRepFill_Generator::BRepFill_Generator | ( | ) |
| void BRepFill_Generator::AddWire | ( | const TopoDS_Wire & | Wire | ) |
| const TopTools_DataMapOfShapeListOfShape& BRepFill_Generator::Generated | ( | ) | const |
| const TopTools_ListOfShape& BRepFill_Generator::GeneratedShapes | ( | const TopoDS_Shape & | SSection | ) | const |
| void BRepFill_Generator::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepFill_Generator::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* BRepFill_Generator::operator new | ( | size_t | size | ) | [inline] |
| void BRepFill_Generator::Perform | ( | ) |
| const TopoDS_Shell& BRepFill_Generator::Shell | ( | ) | const |
1.7.4