Library | File

Class pfcCurveXYZData

# include <pfcGeometry.h>

class pfcCurveXYZData
 : public virtual xobject
{
    xdeclare(pfcCurveXYZData)
    ...
};
This is a COMPACT class.



Description

Stores the results of an edge evaluation
Manual References:
Geometry Evaluation: Evaluation of Curves and Edges



Method Summary

optional pfcVector3D_ptrGetDerivative1 ()
voidSetDerivative1 (optional pfcVector3D_ptr value)
The first partial derivaties of X, Y, and Z, with respect to t
optional pfcVector3D_ptrGetDerivative2 ()
voidSetDerivative2 (optional pfcVector3D_ptr value)
The second partial derivaties of X, Y, and Z, with respect to t
xrealGetParam ()
voidSetParam (xreal value)
The independent parameter, t
pfcPoint3D_ptrGetPoint ()
voidSetPoint (pfcPoint3D_ptr value)
The X, Y, and Z coordinates of the point, with respect to the model coordinates



Method Detail

xrealGetParam ()
voidSetParam (xreal value)

The independent parameter, t




pfcPoint3D_ptrGetPoint ()
voidSetPoint (pfcPoint3D_ptr value)

The X, Y, and Z coordinates of the point, with respect to the model coordinates




optional pfcVector3D_ptrGetDerivative1 ()
voidSetDerivative1 (optional pfcVector3D_ptr value)

The first partial derivaties of X, Y, and Z, with respect to t




optional pfcVector3D_ptrGetDerivative2 ()
voidSetDerivative2 (optional pfcVector3D_ptr value)

The second partial derivaties of X, Y, and Z, with respect to t