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.

Type: IEnumerable
A list of 3D points.

brush
Optional.

Type: Brush
A Brush used to fill the polygon.

normals
Optional.

Type: Array
An array with the normal vectors in each vertex.

 See Also