mcneel / rhinocommon

RhinoCommon is the .NET SDK for Rhino5 / Grasshopper
http://wiki.mcneel.com/developer/rhinocommon
242 stars 93 forks source link

ClearCommandHistory #71

Closed sbaer closed 11 years ago

sbaer commented 12 years ago

Request through email from Goswin to have SDK function for clearing the command history window.

goswinr commented 12 years ago

I often use the command history for logging what is going on in my scripts. so i am sometimes printing hundreds of lines to it. It would be useful to be able to clear the history before the next run of my script. thanks G

sbaer commented 11 years ago

John, is this available in the C++ SDK and if so where?

johnmorse commented 11 years ago

It looks like it is currently in RhinoCommon as Rhino.RhinoApp.ClearCommandHistoryWindow()