|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | IntCurveSurface_IntersectionPoint () |
| | Empty Constructor.
.
|
| Standard_EXPORT | IntCurveSurface_IntersectionPoint (const gp_Pnt &P, const Standard_Real USurf, const Standard_Real VSurf, const Standard_Real UCurv, const IntCurveSurface_TransitionOnCurve TrCurv) |
| | Create an IntersectionPoint.
.
|
| Standard_EXPORT void | SetValues (const gp_Pnt &P, const Standard_Real USurf, const Standard_Real VSurf, const Standard_Real UCurv, const IntCurveSurface_TransitionOnCurve TrCurv) |
| | Set the fields of the current IntersectionPoint.
.
|
| Standard_EXPORT void | Values (gp_Pnt &P, Standard_Real &USurf, Standard_Real &VSurf, Standard_Real &UCurv, IntCurveSurface_TransitionOnCurve &TrCurv) const |
| | Get the fields of the current IntersectionPoint.
.
|
| const gp_Pnt & | Pnt () const |
| | returns the geometric point.
|
| Standard_Real | U () const |
| | returns the U parameter on the surface.
|
| Standard_Real | V () const |
| | returns the V parameter on the surface.
|
| Standard_Real | W () const |
| | returns the parameter on the curve.
|
| IntCurveSurface_TransitionOnCurve | Transition () const |
| | returns the Transition of the point.
|
| Standard_EXPORT void | Dump () const |
| | Dump all the fields.
.
|
Private Attributes |
| gp_Pnt | myP |
| Standard_Real | myUSurf |
| Standard_Real | myVSurf |
| Standard_Real | myUCurv |
| IntCurveSurface_TransitionOnCurve | myTrOnCurv |