API Documentation > Interface Classes > Class pfcCurveXYZData
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
User Guide References:
Method Summary
void
The first partial derivaties of X, Y, and Z, with respect to t
void
The second partial derivaties of X, Y, and Z, with respect to t
void
SetParam (xreal value)
The independent parameter, t
void
The X, Y, and Z coordinates of the point, with respect to the model coordinates
Method Detail
GetParam
()
void
SetParam
(xreal value)
The independent parameter, t
GetPoint
()
void
SetPoint
(pfcPoint3D_ptr value)
The X, Y, and Z coordinates of the point, with respect to the model coordinates
GetDerivative1
()
void
SetDerivative1
The first partial derivaties of X, Y, and Z, with respect to t
GetDerivative2
()
void
SetDerivative2
The second partial derivaties of X, Y, and Z, with respect to t
Was this helpful?