M_Rhino_Render_CachedTextureCoordinates_GetEnumerator - mcneel/rhinocommon-api-docs GitHub Wiki

CachedTextureCoordinates.GetEnumerator Method

Returns an enumerator that iterates through this collection.

Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public IEnumerator<Point3d> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of Point3d)

Return Value

Type: IEnumerator(Point3d)
A enumerator that can be used to iterate through this collection.

Implements

IEnumerable(T).GetEnumerator()

Version Information

Supported in: 5D58w

See Also

Reference

CachedTextureCoordinates Class
Rhino.Render Namespace

⚠️ **GitHub.com Fallback** ⚠️