RwGetPolygonGeometrySampling(RwPolygon3d *polygon);
Description
Retrieves the geometry sampling type of the polygons material.
Arguments
polygon Pointer to the polygon.
Return Value
The geometry sampling type of the polygons material if successful, and rwNAGEOMETRYSAMPLING otherwise.
Comments
The geometry sampling types are:
rwPOINTCLOUD Render geometry as a cloud of points.
rwWIREFRAME Render geometry as a wireframe of polygon edges.
rwSOLID Render geometry as a solid bounded by filled polygons.
See Also