Search
Mesh3D Constructor
See Also
 






Initializes a new instance of the Mesh3D class.

Namespace: com.mindfusion.charting.threed
File: com.mindfusion.charting.threed

 Syntax

Java  Copy Code

public Mesh3D (
    List<List<Point3D>> facePoints,
    Brush brush
)

 Parameters

facePoints

Lists of points defining mesh faces.

brush

The Brush used to paint this mesh.

 See Also