Dear forum members,
I currently working on a script to automize my rhino workflow.
The first part of the script creates multiple polylines and stores them in the array arrChosenLines(i) . The second part creates a set of CutPlanes with multiple AddCutPlane commands. The planes are all saved to the array arrFrames(i).
In the next step i need to create the intersection (points and possibly curves) of these two sets of objects. In the normal workflow i use the command IntersectTwoSets. Because I could not find any rhinoscript-command with the same functionality, I tried the rhino.command(" ") approach. Until now I could not find a working syntax to call this command with my two arrays of objects. I hope somebody can help with this.
Thanks!
2 posts - 2 participants