ASP.NET Pack Programmer's Guide
Mesh3D.Faces Property
See Also
 





Gets or sets the mesh faces.

Namespace: MindFusion.Charting.ThreeD
Package: 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

Mesh3D Members
Mesh3D Class
MindFusion.Charting.ThreeD Namespace