Does anybody knows if is there a way to cancel a Rhino.Input.Custom.GetObject() to force _go.GetMultiple() or _go.GetOneObject to continue the execution (RhinoCommon)?
There are several times that the user doesn’t realize about the form (is asking for a geometry) and closes it, so the command prompt is still asking for an object.
I’m using RhinoApp.SendKeystrokes(); to send “Esc” key, when the form is closed, but it looks a little bit tricky…
So do you know if is there any other more elegant method to cancel the GetObject?