Q3Triangle_SetData
You can use theQ3Triangle_SetDatafunction to set the data that defines a triangle and its attributes.
TQ3Status Q3Triangle_SetData ( TQ3GeometryObject triangle, const TQ3TriangleData *triangleData);
triangle- A triangle.
triangleData- A pointer to a
TQ3TriangleDatastructure.DESCRIPTION
TheQ3Triangle_SetDatafunction sets the data associated with the triangle specified by thetriangleparameter to the data specified by thetriangleDataparameter.