Click or drag to resize
AB4D logo

MeshAnalyzerPolygons Property

Gets list of MeshPolygon structs that define all the polygons (triangles) of the specified MeshGeometry3D.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public List<MeshPolygon> Polygons { get; }

Property Value

ListMeshPolygon
See Also