Library | Module

Interface IpfcPolygonDescriptor



Description

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



Property Summary

PropertyVerticesas IpfcPoint3Ds
Array of the vertices of the polygon.



Method Summary

FunctionCCpfcPolygonDescriptor.Create (Vertices as IpfcPoint3Ds) as IpfcPolygonDescriptor
This method creates a new PolygonDescriptor object.



Property Detail


PropertyVerticesas IpfcPoint3Ds

Array of the vertices of the polygon.





Method Detail


FunctionCCpfcPolygonDescriptor.Create (Vertices as IpfcPoint3Ds) as IpfcPolygonDescriptor

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