Gets or sets the mesh faces.
Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public List<Polygon3D> Faces { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Faces As List(Of Polygon3D) |
See Also