I’m new-ish to scripting, and new to trying it out in rhino.
So wanted to start with something easy. I started with creating a point in the center of selected objects.
Great, so then I added creating a point at the center and bottom, also useful for my workflow often enough. But I also often want the center bottom back or front. And since imported objects are often facing X, Y, -X, or -Y, I don’t know which way that would be.
So I thought, it would be cool to just create a Bunch of points and let the user decide which one to go with.
I don’t know how to inform the user to select one of those points, and as soon as the user clicks one, remove the others. If I’m doing that with multiple objects, I would just have the first object selected show the points, then use that selection to define the other object’s points.
But I haven’t found examples yet that get user feedback in the middle of the script by selecting something new.
1 post - 1 participant