Q3GeneralPolygon_GetData
You can use theQ3GeneralPolygon_GetDatafunction 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
TQ3GeneralPolygonDatastructure that contains information about the general polygon specified by thegeneralPolygonparameter.DESCRIPTION
TheQ3GeneralPolygon_GetDatafunction returns, through thegeneralPolygonDataparameter, information about the general polygon specified by thegeneralPolygonparameter. QuickDraw 3D allocates memory for theTQ3GeneralPolygonDatastructure internally; you must callQ3GeneralPolygon_EmptyDatato dispose of that memory.