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

rs.ProjectPointToMesh is not returning a list as expected

$
0
0

When using rs.ProjectPointToMesh the documentation says that it will return a list of points. Instead this is happening. It is not a Python list and does not behave like a Python list.

print(Above)
print( type(Above) )

Rhino.Geometry.Point3d[]
<class 'Rhino.Geometry.Point3d[]'>

There is a couple hours of my life that I will never get back…

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 4150

Trending Articles