MeshTextureCoordinateList.GetEnumerator Method

MeshTextureCoordinateListGetEnumerator Method

Gets an enumerator that yields all texture coordinates in this collection.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IEnumerator<Point2f> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Point2f)

Return Value

Type: IEnumeratorPoint2f
The enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also