Метод | Описание | |
---|---|---|
CommandUUID ( ) : System.Guid |
Rhino tracks commands by their unique ID. Every command must have a unique id. The Guid created by the project wizard is unique. You can create more Guids using the "Create Guid" tool in the Tools menu.
|
|
EnglishCommandName ( ) : string | ||
RunCommand ( IRhinoCommandContext context ) : IRhinoCommand.result |
This gets called when when the user runs this command.
|
public RunCommand ( IRhinoCommandContext context ) : IRhinoCommand.result | ||
context | IRhinoCommandContext | |
Результат | IRhinoCommand.result |