Library | Module

Class pfcPolygonDescriptor



Description

A data object representing the geometry of a polygon.
Direct Parent Classes:
pfcCurveDescriptor



Property Summary

pfcPoint3DsVertices
Array of the vertices of the polygon.



Method Summary

static pfcPolygonDescriptorCreate (pfcPoint3Ds Vertices)
This method creates a new PolygonDescriptor object.



Property Detail


pfcPoint3DsVertices

Array of the vertices of the polygon.





Method Detail


static pfcPolygonDescriptorCreate (pfcPoint3Ds Vertices)

This method creates a new PolygonDescriptor object.
Parameters:
Vertices
The polygon vertices
Returns:
The new PolygonDescriptor object