API Documentation > Classes > Class pfcCoonsPatch
Class pfcCoonsPatch
Description
A Creo Parametric surface used to blend surfaces together.
Direct Parent Classes:
User Guide References:
Property Summary
/* readonly */ pfcCoonsCornerPoints
The corner points
/* readonly */ pfcCurveDescriptor
The curve geometry along u=0
/* readonly */ pfcCurveDescriptor
The curve geometry along u=1
/* readonly */ pfcCoonsUVDerivatives
The corner UV mixed derivatives
/* readonly */ pfcCurveDescriptor
The curve geometry along v=0
/* readonly */ pfcCurveDescriptor
The curve geometry along v=1
Property Detail
/* readonly */ pfcCoonsCornerPoints
CornerPoints
The corner points
/* readonly */ pfcCurveDescriptor
U0Profile
The curve geometry along u=0
/* readonly */ pfcCurveDescriptor
U1Profile
The curve geometry along u=1
/* readonly */ pfcCoonsUVDerivatives
UVDerivatives
The corner UV mixed derivatives
/* readonly */ pfcCurveDescriptor
V0Profile
The curve geometry along v=0
/* readonly */ pfcCurveDescriptor
V1Profile
The curve geometry along v=1
Was this helpful?