Click or drag to resize
AB4D logo

MeshAnalyzerEdges Property

Gets list of MeshEdge structs that define all the edges of the specified MeshGeometry3D.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public List<MeshEdge> Edges { get; }

Property Value

ListMeshEdge
See Also