Q3NURBCurve_GetData
You can use theQ3NURBCurve_GetDatafunction to get the data that defines a NURB curve and its attributes.
TQ3Status Q3NURBCurve_GetData ( TQ3GeometryObject curve, TQ3NURBCurveData *nurbCurveData);
curve- A NURB curve.
nurbCurveData- On exit, a pointer to a
TQ3NURBCurveDatastructure that contains information about the NURB curve specified by thecurveparameter.DESCRIPTION
TheQ3NURBCurve_GetDatafunction returns, through thenurbCurveDataparameter, information about the NURB curve specified by thecurveparameter. QuickDraw 3D allocates memory for theTQ3NURBCurveDatastructure internally; you must callQ3NURBCurve_EmptyDatato dispose of that memory.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help