Polygon3D Object

The Polygon3D object contains the properties of 3D polygons and are created with the AddPolygon3D method of the Shapes collection.

Derived from: Shape object(All methods and properties of Shape apply to this object.)

The following table provides all the properties of the Polygon3D object.

Property

Description

Line

Returns the line format object. It is a read-only property.

Fill

Returns the fill format object.

VerticesXY

Returns the 3D poygon's XY vertices in page units.

VerticesZ

Returns the 3D polygon's Z vertices.

PolyCounts

Returns the number of vertices per sub-polygon.

The following table provides the methods of the Polygon3D object:

Method

Description

SetVertices

Sets the 3D polyline's XY and Z vertices and ring counts.