返回 Rhino 指令历史窗口中的内容。您可以使用 CommandHistory 指令查看指令历史。
rhinoscriptsyntax.CommandHistory()
rhinoscript.application.CommandHistory()
空值。
字符串
执行成功返回一个包含 Rhino 指令历史窗口内容的字符串。
import rhinoscriptsyntax as rs
print rs.CommandHistory()
ClearCommandHistory