Skip to content
Will Pearson edited this page Aug 12, 2016 · 2 revisions

Rhino.Commands Namespace

[Missing

documentation for "N:Rhino.Commands"]

Classes

 

Class Description
Public class Command Defines a base class for all commands. This class is abstract.
Public class CommandEventArgs
Public class CommandStyleAttribute Decorates commands to provide styles.
Public class CustomUndoEventArgs Argument package that is passed to a custom undo delegate
Public class MostRecentCommandDescription Stores the macro and display string of the most recent command.
Public class 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.
Public class TransformCommand
Public class UndoRedoEventArgs

Enumerations

 

Enumeration Description
Public enumeration Result Defines enumerated constant values for several command result types.
Public enumeration RunMode Provides enumerated constants for a command running mode. This is currently interactive or scripted.
Public enumeration Style Defines bitwise mask flags for different styles of commands, such as Hidden or DoNotRepeat.
 
Clone this wiki locally