Beginner here. I would like to get the geometry data out of scope boxes.
Currently I have a script that picks up the scopebxes I want than have to output them so I can run Geometry() in CodeBlock then send that output back to a new Python script. Would be nice to keep it all together.
Also, currently I am picking up he edge lines of the scopeboxes and then get the end and start points to determine all the corner points. Is there a quicker way to do this? (picking up only the corner points.
Thank you!
Exactly that. I tried with unwrap(IN[0]) maybe that was the problem…
In any case, thank you very much. this was exactly what I was looking for.
For bonus points, is it possible to get straight to the points or I have to pick up the lines then the start and end point, drop the duplicate points to have only the corner points?