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 whole object and subobject selection commands, derive your command from
SelCommand and override the abstract SelFilter and virtual SelSubObjectFilter functions.
|
![]() | TransformCommand | |
![]() | UndoRedoEventArgs |
Delegate | Description | |
---|---|---|
![]() | CommandRunCommandDelegate |
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.
|