RhinoCommon API
Rhino.Commands Namespace |
[Missing <summary> documentation for "N:Rhino.Commands"]
| Class | Description | |
|---|---|---|
| Command |
Defines a base class for all commands. This class is abstract.
| |
| CommandEventArgs | ||
| CommandStyleAttribute |
Decorates commands to provide styles.
| |
| CustomUndoEventArgs |
Argument package that is passed to a custom undo delegate
| |
| MostRecentCommandDescription |
Stores the macro and display string of the most recent command.
| |
| SelCommand |
For adding nestable selection commands that work like the native Rhino
SelCrv command, derive your command from SelCommand and override the
virtual SelFilter function.
| |
| TransformCommand | ||
| UndoRedoEventArgs |
| Enumeration | Description | |
|---|---|---|
| Result |
Defines enumerated constant values for several command result types.
| |
| RunMode |
Provides enumerated constants for a command running mode. This is currently interactive or scripted.
| |
| Style |
Defines bitwise mask flags for different styles of commands, such as
Hidden or DoNotRepeat.
|