Q3PolyLine_GetData
You can use theQ3PolyLine_GetDatafunction to get the data that defines a polyline and its attributes.
TQ3Status Q3PolyLine_GetData ( TQ3GeometryObject polyLine, TQ3PolyLineData *polyLineData);
polyLine- A polyline.
polyLineData- On exit, a pointer to a
TQ3PolyLineDatastructure that contains information about the polyline specified by thepolyLineparameter.DESCRIPTION
TheQ3PolyLine_GetDatafunction returns, through thepolyLineDataparameter, information about the polyline specified by thepolyLineparameter. QuickDraw 3D allocates memory for theTQ3PolyLineDatastructure internally; you must callQ3PolyLine_EmptyDatato dispose of that memory.