Hello there!
I’m trying to implement a custom point picker, similar to eg. the Between command. In particular, I want to be able to select the virtual intersection point of two curves (virtual, meaning if they were extended to intersect) from within another command, e.g. a Line.
I’ve managed to set up a transparent command (using [CommandStyle (Style.Transparent)]), so that I can call it while another command is running, but I haven’t found any way to talk the previous command in the CommandStack or fill in anything into the current command prompt.
Is there any way to do so, or would there be a different approach to solve my problem? (Or do I need to integrate some MacOS automation and just make my command store the coordinates of the desired point somewhere and have some other program feed it into the Rhino command prompt afterwards?)
Thanks for any help in advance!
Jered