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