API Documentation > Interface Classes > Class pfcSurfXYZData
Class pfcSurfXYZData

# include <pfcGeometry.h>

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

Description
Stores the results of a surface evaluation.
Manual References:
Method Summary
void
The first partial derivatives of X, Y, and Z, with respect to u and v
void
The first partial derivatives of X, Y, and Z, with respect to u and v
void
A unit vector in the direction of the outward normal to the surface at that point
void
The u and v parameters
void
The X, Y, and Z coordinates of the point, with respect to the model coordinates
Method Detail
GetParams
()
void
SetParams
(pfcUVParams_ptr value)
The u and v parameters
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 derivatives of X, Y, and Z, with respect to u and v
GetDerivative2
()
void
SetDerivative2
The first partial derivatives of X, Y, and Z, with respect to u and v
GetNormal
()
void
SetNormal
A unit vector in the direction of the outward normal to the surface at that point
Was this helpful?