4 Creating and Editing Trigrids
Q3TriGrid_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 aTQ3TriGridData
structure that contains information about the trigrid specified by thetrigrid
parameter.
Q3TriGrid_GetData
function returns, through the triGridData
parameter, information about the trigrid specified by the trigrid
parameter. QuickDraw3D allocates memory for the TQ3TriGridData
structure internally; you must call Q3TriGrid_EmptyData
to dispose of that memory.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker