|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepExtrema_ExtCF () |
| Standard_EXPORT | BRepExtrema_ExtCF (const TopoDS_Edge &V, const TopoDS_Face &E) |
| | It calculates all the distances.
.
|
| Standard_EXPORT void | Initialize (const TopoDS_Face &E) |
| Standard_EXPORT void | Perform (const TopoDS_Edge &V, const TopoDS_Face &E) |
| | An exception is raised if the fields have not been
initialized.
Be careful: this method uses the Face only for
classify not for the fields.
.
|
| 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_Real | Value (const Standard_Integer N) const |
| | Returns the value of the <n>th extremum distance.
.
|
| Standard_EXPORT Standard_Boolean | IsParallel () const |
| | Returns True if the curve is on a parallel surface.
.
|
| Standard_EXPORT Standard_Real | ParameterOnEdge (const Standard_Integer N) const |
| | Returns the parameters on the Edge of the <n>th
extremum distance.
.
|
| Standard_EXPORT void | ParameterOnFace (const Standard_Integer N, Standard_Real &U, Standard_Real &V) const |
| | Returns the parameters on the Face of the <n>th
extremum distance.
.
|
| Standard_EXPORT gp_Pnt | PointOnEdge (const Standard_Integer N) const |
| | Returns the Point of the <n>th extremum distance.
.
|
| Standard_EXPORT gp_Pnt | PointOnFace (const Standard_Integer N) const |
| | Returns the Point of the <n>th extremum distance.
.
|
Private Attributes |
| Extrema_ExtCS | myExtrem |
| Standard_Integer | mynbext |
| TColStd_SequenceOfReal | mydist |
| Extrema_SequenceOfPOnSurf | myPointsOnS |
| Extrema_SequenceOfPOnCurv | myPointsOnC |
| Handle_BRepAdaptor_HSurface | myHS |