#include <BRepExtrema_ExtFF.hxx>
◆ BRepExtrema_ExtFF() [1/2]
| BRepExtrema_ExtFF::BRepExtrema_ExtFF |
( |
| ) |
|
|
default |
◆ BRepExtrema_ExtFF() [2/2]
It calculates all the distances.
◆ Initialize()
◆ IsDone()
| bool BRepExtrema_ExtFF::IsDone |
( |
| ) |
const |
|
inline |
True if the distances are found.
◆ IsParallel()
| bool BRepExtrema_ExtFF::IsParallel |
( |
| ) |
const |
|
inline |
Returns True if the surfaces are parallel.
◆ NbExt()
| int BRepExtrema_ExtFF::NbExt |
( |
| ) |
const |
|
inline |
Returns the number of extremum distances.
◆ ParameterOnFace1()
Returns the parameters on the Face F1 of the <N>th extremum distance.
◆ ParameterOnFace2()
Returns the parameters on the Face F2 of the <N>th extremum distance.
◆ Perform()
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.
◆ PointOnFace1()
| gp_Pnt BRepExtrema_ExtFF::PointOnFace1 |
( |
const int | N | ) |
const |
|
inline |
Returns the Point of the <N>th extremum distance.
◆ PointOnFace2()
| gp_Pnt BRepExtrema_ExtFF::PointOnFace2 |
( |
const int | N | ) |
const |
|
inline |
Returns the Point of the <N>th extremum distance.
◆ SquareDistance()
| double BRepExtrema_ExtFF::SquareDistance |
( |
const int | N | ) |
const |
|
inline |
Returns the value of the <N>th extremum square distance.
The documentation for this class was generated from the following file: