Q3NURBCurve_GetControlPoint
You can use theQ3NURBCurve_GetControlPointfunction to get a four-dimensional control point for a NURB curve.
TQ3Status Q3NURBCurve_GetControlPoint ( TQ3GeometryObject curve, unsigned long pointIndex, TQ3RationalPoint4D *point4D);
curve- A NURB curve.
pointIndex- An index into the
controlPointsarray of control points for the specified NURB curve.point4D- On exit, the control point having the specified index in the
controlPointsarray of control points for the specified NURB curve.DESCRIPTION
TheQ3NURBCurve_GetControlPointfunction returns, in thepoint4Dparameter, the four-dimensional control point of the NURB curve specified by thecurveparameter having the index in the array of control points specified by thepointIndexparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help