Q3TriGrid_GetData
You can use theQ3TriGrid_GetDatafunction 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
TQ3TriGridDatastructure that contains information about the trigrid specified by thetrigridparameter.DESCRIPTION
TheQ3TriGrid_GetDatafunction returns, through thetriGridDataparameter, information about the trigrid specified by thetrigridparameter. QuickDraw 3D allocates memory for theTQ3TriGridDatastructure internally; you must callQ3TriGrid_EmptyDatato dispose of that memory.