Search
Mesh3D.Faces Property
See Also
 






Gets or sets the mesh faces.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public List<Polygon3D> Faces { get; set; }

Visual Basic  Copy Code

Public Property Faces As List(Of Polygon3D)

 Property Value

 See Also