Q3TriGrid_GetData
You can use theQ3TriGrid_GetData
function to get the data that defines a trigrid and its attributes.
TQ3Status Q3TriGrid_GetData ( TQ3GeometryObject trigrid, TQ3TriGridData *triGridData);
trigrid
- A trigrid.
triGridData
- On exit, a pointer to a
TQ3TriGridData
structure that contains information about the trigrid specified by thetrigrid
parameter.DESCRIPTION
TheQ3TriGrid_GetData
function returns, through thetriGridData
parameter, information about the trigrid specified by thetrigrid
parameter. QuickDraw 3D allocates memory for theTQ3TriGridData
structure internally; you must callQ3TriGrid_EmptyData
to dispose of that memory.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help