#include <GeomLib_Tool.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions | |
static Standard_EXPORT Standard_Boolean | Parameter (const Handle(Geom_Curve)&Curve, const gp_Pnt &Point, const Standard_Real Tolerance, Standard_Real &U) |
Extracts the parameter of a 3D point lying on a 3D curve or at a distance less than the tolerance value. . | |
static Standard_EXPORT Standard_Boolean | Parameters (const Handle(Geom_Surface)&Surface, const gp_Pnt &Point, const Standard_Real Tolerance, Standard_Real &U, Standard_Real &V) |
Extracts the parameter of a 3D point lying on a surface or at a distance less than the tolerance value. . | |
static Standard_EXPORT Standard_Boolean | Parameter (const Handle(Geom2d_Curve)&Curve, const gp_Pnt2d &Point, const Standard_Real Tolerance, Standard_Real &U) |
Extracts the parameter of a 2D point lying on a 2D curve or at a distance less than the tolerance value. . |
|
|
|
|
|
|
|
|
|
|
|
|