![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <BRepExtrema_ExtPC.hxx>
Public Member Functions | |
| BRepExtrema_ExtPC ()=default | |
| BRepExtrema_ExtPC (const TopoDS_Vertex &V, const TopoDS_Edge &E) | |
| It calculates all the distances. | |
| void | Initialize (const TopoDS_Edge &E) |
| void | Perform (const TopoDS_Vertex &V) |
| An exception is raised if the fields have not been initialized. | |
| bool | IsDone () const |
| True if the distances are found. | |
| int | NbExt () const |
| Returns the number of extremum distances. | |
| bool | IsMin (const int N) const |
| Returns True if the <N>th extremum distance is a minimum. | |
| double | SquareDistance (const int N) const |
| Returns the value of the <N>th extremum square distance. | |
| double | Parameter (const int N) const |
| Returns the parameter on the edge of the <N>th extremum distance. | |
| gp_Pnt | Point (const int N) const |
| Returns the Point of the <N>th extremum distance. | |
| void | TrimmedSquareDistances (double &dist1, double &dist2, gp_Pnt &pnt1, gp_Pnt &pnt2) const |
| if the curve is a trimmed curve, dist1 is a square distance between | |
|
default |
| BRepExtrema_ExtPC::BRepExtrema_ExtPC | ( | const TopoDS_Vertex & | V, |
| const TopoDS_Edge & | E ) |
It calculates all the distances.
| void BRepExtrema_ExtPC::Initialize | ( | const TopoDS_Edge & | E | ) |
|
inline |
True if the distances are found.
Returns True if the <N>th extremum distance is a minimum.
|
inline |
Returns the number of extremum distances.
Returns the parameter on the edge of the <N>th extremum distance.
| void BRepExtrema_ExtPC::Perform | ( | const TopoDS_Vertex & | V | ) |
An exception is raised if the fields have not been initialized.
Returns the Point of the <N>th extremum distance.
Returns the value of the <N>th extremum square distance.
|
inline |
if the curve is a trimmed curve, dist1 is a square distance between
and the point of parameter FirstParameter <pnt1> and dist2 is a square distance between
and the point of parameter LastParameter <pnt2>.