API Documentation > Classes > Class pfcCoonsPatchDescriptor
Class pfcCoonsPatchDescriptor
Description
A data object representing the geometry of a surface used to blend surfaces together.
Direct Parent Classes:
Property Summary
The corner points
The curve geometry along u=0
The curve geometry along u=1
The corner UV mixed derivatives
The curve geometry along v=0
The curve geometry along v=1
Method Summary
This method returns a new CoonsPatchDescriptor object.
Property Detail
The corner points
The curve geometry along u=0
The curve geometry along u=1
The corner UV mixed derivatives
The curve geometry along v=0
The curve geometry along v=1
Method Detail
Create
(pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcCurveDescriptor U0Profile, pfcCurveDescriptor U1Profile, pfcCurveDescriptor V0Profile, pfcCurveDescriptor V1Profile, pfcCoonsCornerPoints CornerPoints, pfcCoonsUVDerivatives UVDerivatives)
This method returns a new CoonsPatchDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
U0Profile
The geometry at the U=0 boundary
U1Profile
The geometry at the U=1 boundary
V0Profile
The geometry at the V=0 boundary
V1Profile
The geometry at the V=1 boundary
CornerPoints
The Coons path corner points
UVDerivatives
The corner UV derivatives
Returns:
The new CoonsPatchDescriptor object
Was this helpful?