Click or drag to resize
AB4D logo

PolygonAnalyzerGetEnumerator Method

Gets an enumerator that can be used to iterate through all PolygonVertex items in the polygon defined by this PolygonAnalyzer.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public IEnumerable<PolygonVertex> GetEnumerator()

Return Value

IEnumerablePolygonVertex

[Missing <returns> documentation for "M:Ab3d.Utilities.PolygonAnalyzer.GetEnumerator"]

See Also