Q3Line_SetData
You can use theQ3Line_SetDatafunction to set the data that defines a line and its attributes.
TQ3Status Q3Line_SetData ( TQ3GeometryObject line, const TQ3LineData *lineData);
line- A line.
lineData- A pointer to a
TQ3LineDatastructure.DESCRIPTION
TheQ3Line_SetDatafunction sets the data associated with the line specified by thelineparameter to the data specified by thelineDataparameter.