Click or drag to resize

PolygonSetPolygons Property

Gets the polygons contained in this set.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<Polygon> Polygons { get; }

Property Value

IEnumerablePolygon
See Also