I am trying to set up a python script that would let me incrementally rotate geometry on a rotary table to be used with a robotic arm. There’s a screenshot of the script attached as in grasshopper. I get an error message that says: “Runtime error (MissingMemberException): ‘Guid’ object has no attribute ‘DuplicateCurve’
Traceback:
line 5, in script”
If I remember correctly lines and curves are different categories of rhino geometry so if you want to use a curve function the type hint would need to be curve. I’ll be back from work in 30 minutes and have a look