Search
Polygon3D Constructor
See Also
 






Initializes a new instance of the Polygon3D class.

Namespace: MindFusion.Charting.ThreeD
File: Polygon3D.js

 Syntax

JavaScript  Copy Code

function Polygon3D ([points, [brush, [normals]]])

 Parameters

points
Optional.

A list of 3D points.

brush
Optional.

A Brush used to fill the polygon.

normals
Optional.

An array with the normal vectors in each vertex.

 See Also