#include <LocOpe_ProjectedWires.hxx>
Inheritance diagram for LocOpe_ProjectedWires:
Public Member Functions | |
virtual Standard_EXPORT void | InitEdgeIterator ()=0 |
virtual Standard_EXPORT Standard_Boolean | MoreEdge ()=0 |
virtual Standard_EXPORT TopoDS_Edge | Edge ()=0 |
virtual Standard_EXPORT TopoDS_Face | OnFace ()=0 |
Returns the face of the shape on which the current edge is projected. . | |
virtual Standard_EXPORT Standard_Boolean | OnEdge (TopoDS_Edge &E)=0 |
If the current edge is projected on an edge, returns <standard_true> and sets the value of <e>. Otherwise, returns <standard_false>. . | |
virtual Standard_EXPORT void | NextEdge ()=0 |
virtual Standard_EXPORT Standard_Boolean | OnVertex (const TopoDS_Vertex &Vwire, TopoDS_Vertex &Vshape)=0 |
virtual Standard_EXPORT Standard_Boolean | OnEdge (const TopoDS_Vertex &V, TopoDS_Edge &E, Standard_Real &P)=0 |
If the vertex <v> lies on an edge of the original shape, returns <standard_true> and sets the concerned edge in <e>, and the parameter on the edge in | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
|
Implemented in LocOpe_WiresOnShape. |
|
Reimplemented in LocOpe_WiresOnShape. |
|
Implemented in LocOpe_WiresOnShape. |
|
Implemented in LocOpe_WiresOnShape. |
|
Implemented in LocOpe_WiresOnShape. |
|
Implemented in LocOpe_WiresOnShape. |
|
Implemented in LocOpe_WiresOnShape. |
|
Implemented in LocOpe_WiresOnShape. |
|
Implemented in LocOpe_WiresOnShape. |