MKI_COMMAND_* (Command Type)

www.CAD6.com

Command type for a menu or plug-in command. Possible values are:

 

MKI_COMMAND_DIRECT

The command does not require any point entry, i.e. it will be executed immediately.

 

MKI_COMMAND_LOCAL

The command requires a fixed number of point entries and is local. "Local" means that the command is active as long as the user does not terminate it. After doing so, the previously active command will be activated again. An example of a "local" command is Library > Block > Insert... .

 

MKI_COMMAND_FIXED

The command requires a fixed number of point entries and is global. "Global" means that this command will stay active until another global command is selected instead. An example of a "global" command with a fixed point number is Draw > Line > Standard.

 

MKI_COMMAND_VARIABLE

The command requires a variable number of point entries and is global. "Global" means that this command will stay active until another global command is selected instead. An example of a "global" command with a variable point number is Draw > Line > Polyline / Curve.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH