mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
574 stars 135 forks source link

Remove __iter__ implementations in mesh bindings #509

Closed matthewSorensen closed 1 year ago

matthewSorensen commented 1 year ago

Explicit iter implementations in bnd_mesh were broken, only yielding n-1 items. However, just having a getitem method is enough for python to iterate over things, and the resulting behavior is correct.