RwSetPolygonData(RwPolygon3d *polygon, void *data);
Description
Sets the polygons user data pointer.
Arguments
polygon Pointer to the polygon.
data User data pointer.
Return Value
The argument polygon if successful, and NULL otherwise.
See Also