Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

MeshVertexList.Point3dAt (not working?)

$
0
0

@qtov wrote:

Hello

When I use:
Rhino.Geometry.Collections.MeshVertexList.Point3dAt

I 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 ToPoint3dArray does autocomplete, while Point3dAt does not autocomplete.

Any idea why this happens?

Thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles