API Documentation > Interface Classes > Class pfcCoonsPatchDescriptor
Class pfcCoonsPatchDescriptor

# include <pfcGeometry.h>

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

Description
A data object representing the geometry of a surface used to blend surfaces together.
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcSurfaceDescriptor::
Method Summary
Method Detail
GetU0Profile
()
void
SetU0Profile
The curve geometry along u=0
GetU1Profile
()
void
SetU1Profile
The curve geometry along u=1
GetV0Profile
()
void
SetV0Profile
The curve geometry along v=0
GetV1Profile
()
void
SetV1Profile
The curve geometry along v=1
GetCornerPoints
()
void
SetCornerPoints
The corner points
GetUVDerivatives
()
void
SetUVDerivatives
The corner UV mixed derivatives
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?