|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepExtrema_ExtFF () |
Standard_EXPORT | BRepExtrema_ExtFF (const TopoDS_Face &F1, const TopoDS_Face &F2) |
| It calculates all the distances.
.
|
Standard_EXPORT void | Initialize (const TopoDS_Face &F2) |
Standard_EXPORT void | Perform (const TopoDS_Face &F1, const TopoDS_Face &F2) |
| An exception is raised if the fields have not been
initialized.
Be careful: this method uses the Face F2 only for
classify, not for the fields.
.
|
Standard_EXPORT Standard_Boolean | IsDone () const |
| True if the distances are found.
.
|
Standard_EXPORT Standard_Boolean | IsParallel () const |
| Returns True if the surfaces are parallel.
.
|
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 | ParameterOnFace1 (const Standard_Integer N, Standard_Real &U, Standard_Real &V) const |
| Returns the parameters on the Face F1 of the <n>th
extremum distance.
.
|
Standard_EXPORT void | ParameterOnFace2 (const Standard_Integer N, Standard_Real &U, Standard_Real &V) const |
| Returns the parameters on the Face F2 of the <n>th
extremum distance.
.
|
Standard_EXPORT gp_Pnt | PointOnFace1 (const Standard_Integer N) const |
| Returns the Point of the <n>th extremum distance.
.
|
Standard_EXPORT gp_Pnt | PointOnFace2 (const Standard_Integer N) const |
| Returns the Point of the <n>th extremum distance.
.
|
Private Attributes |
Extrema_ExtSS | myExtrem |
Standard_Integer | mynbext |
TColStd_SequenceOfReal | mydist |
Extrema_SequenceOfPOnSurf | myPointsOnS1 |
Extrema_SequenceOfPOnSurf | myPointsOnS2 |
Handle_BRepAdaptor_HSurface | myHS |