M_Rhino_Geometry_Collections_MeshTextureCoordinateList_GetEnumerator - mcneel/rhinocommon-api-docs GitHub Wiki
Gets an enumerator that yields all texture coordinates in this collection.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public IEnumerator<Point2f> GetEnumerator()
VB
Public Function GetEnumerator As IEnumerator(Of Point2f)
Type: IEnumerator(Point2f)
The enumerator.
IEnumerable(T).GetEnumerator()
Supported in: 6.0.16224.21491, 5D58w
MeshTextureCoordinateList Class
Rhino.Geometry.Collections Namespace