#include <BRepAlgo_EdgeConnector.hxx>
Public Member Functions | |
| Standard_EXPORT | BRepAlgo_EdgeConnector () |
| Standard_EXPORT void | Add (const TopoDS_Edge &e) |
| Standard_EXPORT void | Add (TopTools_ListOfShape &LOEdge) |
| Standard_EXPORT void | AddStart (const TopoDS_Shape &e) |
| Standard_EXPORT void | AddStart (TopTools_ListOfShape &LOEdge) |
| Standard_EXPORT void | ClearStartElement () |
| Standard_EXPORT TopTools_ListOfShape & | MakeBlock () |
| returns a list of wire non standard | |
| Standard_EXPORT void | Done () |
| Standard_EXPORT Standard_Boolean | IsDone () const |
| NYI //! returns true if proceeded to MakeBlock() . | |
| Standard_EXPORT Standard_Boolean | IsWire (const TopoDS_Shape &W) |
| NYI //! returns true if W is a Wire standard. W must belong to the list returned by MakeBlock. . | |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| TopTools_ListOfShape | myListeOfEdge |
| TopTools_ListOfShape | myListeOfStartEdge |
| BRepAlgo_DataMapOfShapeBoolean | myResultMap |
| TopTools_ListOfShape | myResultList |
| TopOpeBRepBuild_BlockBuilder | myBlockB |
| Standard_Boolean | myIsDone |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1