Scripting extends Rhino functionality.
几乎所有 Rhino 的指令都可以使用指令巨集执行,指令巨集可以由指令行输入、工具列按钮、快捷键、指令别名、以 ReadCommandFile 指令或将指令巨集以 Paste 指令粘贴至 Rhino 的指令行执行。
Some commands are provided to facilitate scripting actions usually performed through the Rhino interface.
Cancel the current command and deselects objects.
Erase objects.
Turn on echoing of script commands to the command history window.
Simulate the Enter key in a script.
Simulate the Enter key to complete a command string in a script.
Retrieve text information attached to a file with the SetDocumentUserText command.
Retrieve text information attached to an object using the SetUserText command.
Turn off echoing of script commands to the command history window.
Stop a script for user input.
Read and execute a command script from a text file.
Run a Python script.
Specify a rendering plug-in.
Specify a viewport display mode.
Attach text information to the file.
Assign a name to an object.
Disable screen redraw, construction plane, and view changes during scripts.
Enable screen redraw, construction plane, and view changes during scripts.
Attach text information to an object.
Clear the undo buffer to free memory.
打开文件属性对话框中的页面。
Close Rhino.
Maximize the active viewport.
Activate the next viewport with an orthogonal projection.
Activate the next viewport with a perspective projection.
Activate the next viewport.
Restrict cursor movement to an angle.
Set the angle for cursor ortho movement.
Activate the previous viewport.
Activate a named viewport.
Maximize a named viewport inside the application window.
Turn ortho mode on, off, or toggle the current state.
Turn Planar mode on, off, or toggle the current state.
Turn grid snap on, off, or toggle the current state.
Turn the Osnap control on.
Toggle the current snap mode state.
Specify the grid snap spacing.
Evaluate texture coordinates and set vertex colors.
请参考