Q3NURBPatch_GetData
You can use theQ3NURBPatch_GetDatafunction to get the data that defines a NURB patch and its attributes.
TQ3Status Q3NURBPatch_GetData ( TQ3GeometryObject nurbPatch, TQ3NURBPatchData *nurbPatchData);
nurbPatch- A NURB patch.
nurbPatchData- On exit, a pointer to a
TQ3NURBPatchDatastructure that contains information about the NURB patch specified by thenurbPatchparameter.DESCRIPTION
TheQ3NURBPatch_GetDatafunction returns, through thenurbPatchDataparameter, information about the NURB patch specified by thenurbPatchparameter. QuickDraw 3D allocates memory for theTQ3NURBPatchDatastructure internally; you must callQ3NURBPatch_EmptyDatato dispose of that memory.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help