|
Public Member Functions |
| Standard_EXPORT | LocOpe_GluedShape () |
| Standard_EXPORT | LocOpe_GluedShape (const TopoDS_Shape &S) |
| Standard_EXPORT void | Init (const TopoDS_Shape &S) |
| Standard_EXPORT void | GlueOnFace (const TopoDS_Face &F) |
| Standard_EXPORT const TopTools_ListOfShape & | GeneratingEdges () |
| Standard_EXPORT TopoDS_Edge | Generated (const TopoDS_Vertex &V) |
| | Returns the edge created by the vertex <v>. If
none, must return a null shape.
.
|
| Standard_EXPORT TopoDS_Face | Generated (const TopoDS_Edge &E) |
| | Returns the face created by the edge <e>. If none,
must return a null shape.
.
|
| Standard_EXPORT const TopTools_ListOfShape & | OrientedFaces () |
| | Returns the list of correctly oriented generated
faces.
.
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Member Functions |
| Standard_EXPORT void | MapEdgeAndVertices () |
Private Attributes |
| TopoDS_Shape | myShape |
| TopTools_MapOfShape | myMap |
| TopTools_DataMapOfShapeShape | myGShape |