|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepExtrema_ExtPF () |
| Standard_EXPORT | BRepExtrema_ExtPF (const TopoDS_Vertex &V, const TopoDS_Face &E) |
| | It calculates all the distances.
.
|
| Standard_EXPORT void | Initialize (const TopoDS_Face &E) |
| Standard_EXPORT void | Perform (const TopoDS_Vertex &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 void | Parameter (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 | Point (const Standard_Integer N) const |
| | Returns the Point of the <n>th extremum distance.
.
|
Private Attributes |
| Extrema_ExtPS | myExtrem |
| Standard_Integer | mynbext |
| TColStd_SequenceOfReal | mydist |
| Extrema_SequenceOfPOnSurf | myPoints |
| BRepAdaptor_Surface | mySurf |