@qtov wrote:
Hello
When I use:
Rhino.Geometry.Collections.MeshVertexList.Point3dAtI get error: ‘type’ object has no attribute ‘Point3dAt’
Then I used:
Rhino.Geometry.Collections.MeshVertexList.ToPoint3dArray
and I get the coordinates of the vertex from it.Not very efficient though when this has to be used on a big set of vertices.
When I type the above in the Python editor
ToPoint3dArraydoes autocomplete, whilePoint3dAtdoes not autocomplete.Any idea why this happens?
Thanks
Posts: 1
Participants: 1