algorithmic modeling for Rhino
That's strange!! I am getting an error of non-iterative or not valid GUID provided in Gh. The code works in the python editor though.
import rhinoscriptsyntax as rsx = rs.GetObject()
list =[]y = rs.CopyObject(x,(0,0,10.0))
list.append(y)
print list
You could use RhinoCommon instead.
Best,
M.
Thanks Marios
I didn't know i was supose to create a list to store the copy.
thanks again,
M
You don't need to. I just have a habit of creating lists. either way rs.CopyObject is not working for me too (inside GH).
m.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by