|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepExtrema_ExtPC () |
| Standard_EXPORT | BRepExtrema_ExtPC (const TopoDS_Vertex &V, const TopoDS_Edge &E) |
| | It calculates all the distances.
.
|
| Standard_EXPORT void | Initialize (const TopoDS_Edge &E) |
| Standard_EXPORT void | Perform (const TopoDS_Vertex &V) |
| | An exception is raised if the fields have not been
initialized.
.
|
| Standard_EXPORT Standard_Boolean | IsDone () const |
| | True if the distances are found.
.
|
| Standard_EXPORT Standard_Integer | NbExt () const |
| | Returns the number of extremum distances.
.
|
| Standard_EXPORT Standard_Boolean | IsMin (const Standard_Integer N) const |
| | Returns True if the <n>th extremum distance is a
minimum.
.
|
| Standard_EXPORT Standard_Real | Value (const Standard_Integer N) const |
| | Returns the value of the <n>th extremum distance.
.
|
| Standard_EXPORT Standard_Real | Parameter (const Standard_Integer N) const |
| | Returns the parameter on the edge of the <n>th
extremum distance.
.
|
| Standard_EXPORT gp_Pnt | Point (const Standard_Integer N) const |
| | Returns the Point of the <n>th extremum distance.
.
|
| Standard_EXPORT void | TrimmedDistances (Standard_Real &dist1, Standard_Real &dist2, gp_Pnt &pnt1, gp_Pnt &pnt2) const |
| | if the curve is a trimmed curve,
dist1 is the distance between
and the point
of parameter FirstParameter <pnt1> and
dist2 is the distance between
and the point
of parameter LastParameter <pnt2>.
|
Private Attributes |
| Extrema_ExtPC | myExtrem |
| Handle_BRepAdaptor_HCurve | myHC |