Q3NURBPatch_GetControlPoint
You can use theQ3NURBPatch_GetControlPointfunction to get a control point for a NURB patch.
TQ3Status Q3NURBPatch_GetControlPoint ( TQ3GeometryObject nurbPatch, unsigned long rowIndex, unsigned long columnIndex, TQ3RationalPoint4D *point4D);
nurbPatch- A NURB patch.
rowIndex- A row index into the array of control points for the specified NURB patch.
columnIndex- A column index into the array of control points for the specified NURB patch.
point4D- On exit, the control point having the specified row and column indices in the
controlPointsarray of control points for the specified NURB patch.DESCRIPTION
TheQ3NURBPatch_GetControlPointfunction returns, in thepoint4Dparameter, the four-dimensional control point of the NURB patch specified by thenurbPatchparameter having the row and column indicesrowIndexandcolumnIndexin thecontrolPointsarray of control points.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help