|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | ShapeFix_EdgeConnect () |
Standard_EXPORT void | Add (const TopoDS_Edge &aFirst, const TopoDS_Edge &aSecond) |
| Adds information on connectivity between start vertex
of second edge and end vertex of first edge,
taking edges orientation into account
.
|
Standard_EXPORT void | Add (const TopoDS_Shape &aShape) |
| Adds connectivity information for the whole shape.
Note: edges in wires must be well ordered
Note: flag Closed should be set for closed wires
.
|
Standard_EXPORT void | Build () |
| Builds shared vertices, updates their positions and tolerances
.
|
Standard_EXPORT void | Clear () |
| Clears internal data structure
.
|
Private Attributes |
TopTools_DataMapOfShapeShape | myVertices |
TopTools_DataMapOfShapeListOfShape | myLists |