|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepSweep_Tool (const TopoDS_Shape &aShape) |
| Initialize the tool with <ashape>. The IndexTool
must prepare an indexation for all the subshapes
of this shape.
.
|
Standard_EXPORT Standard_Integer | NbShapes () const |
| Returns the number of subshapes in the shape.
.
|
Standard_EXPORT Standard_Integer | Index (const TopoDS_Shape &aShape) const |
| Returns the index of <ashape>.
.
|
Standard_EXPORT TopoDS_Shape | Shape (const Standard_Integer anIndex) const |
| Returns the Shape at Index anIdex.
.
|
Standard_EXPORT TopAbs_ShapeEnum | Type (const TopoDS_Shape &aShape) const |
| Returns the type of <ashape>.
.
|
Standard_EXPORT TopAbs_Orientation | Orientation (const TopoDS_Shape &aShape) const |
| Returns the Orientation of <ashape>.
.
|
Standard_EXPORT void | SetOrientation (TopoDS_Shape &aShape, const TopAbs_Orientation Or) const |
| Set the Orientation of <ashape> with Or.
.
|
Private Attributes |
TopTools_IndexedMapOfShape | myMap |