#include <BRepFill_OffsetAncestors.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepFill_OffsetAncestors () |
Standard_EXPORT | BRepFill_OffsetAncestors (BRepFill_OffsetWire &Paral) |
Standard_EXPORT void | Perform (BRepFill_OffsetWire &Paral) |
Standard_EXPORT Standard_Boolean | IsDone () const |
Standard_EXPORT Standard_Boolean | HasAncestor (const TopoDS_Edge &S1) const |
Standard_EXPORT const TopoDS_Shape & | Ancestor (const TopoDS_Edge &S1) const |
may return a Null Shape if S1 is not a subShape of <paral>; //! if Perform is not done. | |
Private Attributes | |
Standard_Boolean | myIsPerform |
TopTools_DataMapOfShapeShape | myMap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|