|
PolygonAnalyzerGetEnumerator Method |
Gets an enumerator that can be used to iterate through all PolygonVertex items in the polygon defined by this PolygonAnalyzer.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public IEnumerable<PolygonVertex> GetEnumerator()
Return Value
IEnumerablePolygonVertex[Missing <returns> documentation for "M:Ab3d.Utilities.PolygonAnalyzer.GetEnumerator"]
See Also