Returns the contents of Rhino's command history window. You can view the command history by using the CommandHistory command.
rhinoscriptsyntax.CommandHistory()
rhinoscript.application.CommandHistory()
None.
String |
A string containing the contents of Rhino's command history window if successful. |
import rhinoscriptsyntax as rs
print rs.CommandHistory()