|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BOPTools_PointBetween () |
| Empty constructor
.
|
Standard_EXPORT void | SetParameter (const Standard_Real T) |
| Modifier
sets value of the point's parameter on the edge
.
|
Standard_EXPORT void | SetUV (const Standard_Real U, const Standard_Real V) |
| Modifier
sets values of the point's parameter on the face
.
|
Standard_EXPORT void | SetPnt (const gp_Pnt &aP) |
| Modifier
sets the 3D-point
.
|
Standard_EXPORT Standard_Real | Parameter () const |
| Selector
.
|
Standard_EXPORT void | UV (Standard_Real &U, Standard_Real &V) const |
| Selector
.
|
Standard_EXPORT const gp_Pnt & | Pnt () const |
| Selector
.
|
Private Attributes |
Standard_Real | myT |
Standard_Real | myU |
Standard_Real | myV |
gp_Pnt | myPnt |