|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepSweep_Builder (const BRep_Builder &aBuilder) |
| Creates a Builder.
.
|
const BRep_Builder & | Builder () const |
Standard_EXPORT void | MakeCompound (TopoDS_Shape &aCompound) const |
| Returns an empty Compound.
.
|
Standard_EXPORT void | MakeCompSolid (TopoDS_Shape &aCompSolid) const |
| Returns an empty CompSolid.
.
|
Standard_EXPORT void | MakeSolid (TopoDS_Shape &aSolid) const |
| Returns an empty Solid.
.
|
Standard_EXPORT void | MakeShell (TopoDS_Shape &aShell) const |
| Returns an empty Shell.
.
|
Standard_EXPORT void | MakeWire (TopoDS_Shape &aWire) const |
| Returns an empty Wire.
.
|
Standard_EXPORT void | Add (TopoDS_Shape &aShape1, const TopoDS_Shape &aShape2, const TopAbs_Orientation Orient) const |
| Adds the Shape 1 in the Shape 2, set to
<orient> orientation.
.
|
Standard_EXPORT void | Add (TopoDS_Shape &aShape1, const TopoDS_Shape &aShape2) const |
| Adds the Shape 1 in the Shape 2.
.
|
Private Attributes |
BRep_Builder | myBuilder |