Disabling output to command history window

Hello,

is there a way to do this? Especially when using rs.command (for example _SelCrossing) in a loop there is generated much output, that cannot be disabled with echo = False.
Have a nice Evening!

Philip

Nope. That stuff is hard coded somewhere in the core…

–Mitch

|. Thanks for this info.

In RhinoCommon there are the following properties and functions:

Rhino.ApplicationSettings.AppearanceSettings.EchoCommandsToHistoryWindow
Rhino.ApplicationSettings.AppearanceSettings.EchoPromptsToHistoryWindow
RhinoApp.ClearCommandHistoryWindow()

Maybe that will help

Thanks for your hint Menno. But these seem to have no effect on the output I try to get rid of - like “x curves added to selection” after executing a selection command.

It is not possible to suppress print (e.g. Rhino.RhinoApp.WriteLine) statement made by commands.