Q3Line_GetData
You can use theQ3Line_GetDatafunction to get the data that defines a line and its attributes.
TQ3Status Q3Line_GetData ( TQ3GeometryObject line, TQ3LineData *lineData);
line- A line.
lineData- On exit, a pointer to a
TQ3LineDatastructure that contains information about the line specified by thelineparameter.DESCRIPTION
TheQ3Line_GetDatafunction returns, through thelineDataparameter, information about the line specified by thelineparameter. QuickDraw 3D allocates memory for theTQ3LineDatastructure internally; you must callQ3Line_EmptyDatato dispose of that memory.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help