Q3GeneralPolygon_GetData
You can use theQ3GeneralPolygon_GetData
function to get the data that defines a general polygon and its attributes.
TQ3Status Q3GeneralPolygon_GetData ( TQ3GeometryObject generalPolygon, TQ3GeneralPolygonData *generalPolygonData);
generalPolygon
- A general polygon.
generalPolygonData
- On exit, a pointer to a
TQ3GeneralPolygonData
structure that contains information about the general polygon specified by thegeneralPolygon
parameter.DESCRIPTION
TheQ3GeneralPolygon_GetData
function returns, through thegeneralPolygonData
parameter, information about the general polygon specified by thegeneralPolygon
parameter. QuickDraw 3D allocates memory for theTQ3GeneralPolygonData
structure internally; you must callQ3GeneralPolygon_EmptyData
to dispose of that memory.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help