Library | File

Class wfcWCoonsPatchDescriptor

# include <wfcGeometry.h>

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



Description

The coons patch descriptor.
Manual References:
Overview of Creo Object TOOLKIT C++: Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes



Method Summary

static wfcWCoonsPatchDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcCurveDescriptor_ptr U0Profile, pfcCurveDescriptor_ptr U1Profile, pfcCurveDescriptor_ptr V0Profile, pfcCurveDescriptor_ptr V1Profile, pfcCoonsCornerPoints_ptr CornerPoints, pfcCoonsUVDerivatives_ptr UVDerivatives, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)
Creates WCoonsPatchDescriptor object.


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcCoonsPatchDescriptor:

GetU0Profile, SetU0Profile, GetU1Profile, SetU1Profile, GetV0Profile, SetV0Profile, GetV1Profile, SetV1Profile, GetCornerPoints, SetCornerPoints, GetUVDerivatives, SetUVDerivatives


Methods Inherited from Class wfcWSurfaceDescriptor:

GetSurfaceId, SetSurfaceId, GetContourData, SetContourData



Method Detail

static wfcWCoonsPatchDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcCurveDescriptor_ptr U0Profile, pfcCurveDescriptor_ptr U1Profile, pfcCurveDescriptor_ptr V0Profile, pfcCurveDescriptor_ptr V1Profile, pfcCoonsCornerPoints_ptr CornerPoints, pfcCoonsUVDerivatives_ptr UVDerivatives, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)

Creates WCoonsPatchDescriptor object.
Parameters:
Extents
The coons patch extents.
Orientation
The orientation.
U0Profile
The U0 profile.
U1Profile
The U1 profile.
V0Profile
The V0 profile.
V1Profile
The V1 profile.
CornerPoints
The corner points.
UVDerivatives
The UV derivatives.
SurfaceId
The surface id.
ContourData
The contour.
Returns: