4 Creating and Editing Lines
Q3Line_GetData
function 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 aTQ3LineData
structure that contains information about the line specified by theline
parameter.
Q3Line_GetData
function returns, through the lineData
parameter, information about the line specified by the line
parameter. QuickDraw3D allocates memory for the TQ3LineData
structure internally; you must call Q3Line_EmptyData
to dispose of that memory.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker