API Documentation > Interface Classes > Class wfcWNURBSSurfaceDescriptor
Class wfcWNURBSSurfaceDescriptor

# include <wfcGeometry.h>

class
wfcWNURBSSurfaceDescriptor
: public virtual
pfcNURBSSurfaceDescriptor,
: public virtual
wfcWSurfaceDescriptor
{
xdeclare(wfcWNURBSSurfaceDescriptor)
...
};
This is a
COMPACT class.

Description
The Nurbs surface descriptor.
User Guide References:
Methods Inherited from Class pfcSurfaceDescriptor::
Methods Inherited from Class pfcNURBSSurfaceDescriptor::
Methods Inherited from Class wfcWSurfaceDescriptor::
Method Summary
Creates WNURBSSurfaceDescriptor object.
Method Detail
Creates WNURBSSurfaceDescriptor object.
Parameters:
Extents
The NURB surface extents.
Orientation
The orientation.
UDegree
The U param degree.
VDegree
The V param degree.
UKnots
The U param knots.
VKnots
The V param knots.
Points
The points.
SurfaceId
The surface id.
ContourData
The contour.
Returns:
Was this helpful?