Circular3DPolygon

23 Sep 20251 minute to read

Represents a 3D polygon in a chart.

Properties

d number

An additional numeric property ā€˜d’.

fill string

The fill color of the polygon.

index number

The index of the polygon.

isSplit boolean

Flag indicating whether the polygon is split.

name string

The name of the polygon.

normal Circular3DVector

The normal vector of the polygon.

opacity number

The opacity of the polygon.

points Circular3DVector[]

The array of 3D points defining the polygon.

polygonElement Object

Element information associated with the polygon.

strokeThickness number

The thickness of the stroke used to outline the polygon.

tag Circular3DPolygon

The associated chart in 3D space.

text string

Optional text associated with the polygon.

vectorPoints Circular3DVector[]

An alternate array of 3D points defining the polygon.