CachedTextureCoordinatesGetEnumerator Method |
Returns an enumerator that iterates through this collection.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic IEnumerator<Point3d> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Point3d)
Return Value
Type:
IEnumeratorPoint3d
A enumerator that can be used to iterate through this collection.
Implements
IEnumerableTGetEnumerator
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also