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.
User Guide References:
Method Summary
void
DEPRECATED: since Creo 4
The first partial derivatives of X, Y, and Z, with respect to u and v
void
DEPRECATED: since Creo 4
The first partial derivatives of X, Y, and Z, with respect to u and v
void
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
void
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
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
DEPRECATED: since Creo 4
The first partial derivatives of X, Y, and Z, with respect to u and v
GetDerivative2
()
void
SetDerivative2
DEPRECATED: since Creo 4
The first partial derivatives of X, Y, and Z, with respect to u and v
GetFirstDerivative
()
void
SetFirstDerivative
GetSecondDerivative
()
void
SetSecondDerivative
GetNormal
()
void
SetNormal
A unit vector in the direction of the outward normal to the surface at that point
Was this helpful?