RwGetPolygonData(RwPolygon3d *polygon);
Description
Retrieves the polygons user data pointer.
Arguments
polygon Pointer to the polygon.
Return Value
The user data pointer. NULL is returned if there is an error or if the user data pointer is NULL. Errors can be checked for using RwGetError().
See Also