I cannot find and figure out how to print message into Rhino “command history text” view.
I am using C++, and I know that exist RhinoApp().Print(…) functions, but I need to create a sort of progress message, so I don’t want that at every step it creates a new line with the informations, but I want that the last line that I insert will be replaced with the new informations. Is this possible?
I think that can be a solution, even put this information in the command space…