MKI_COMMANDMODE_* (Command Mode)

www.CAD6.com

Command modes for a menu or plug-in command. A bit-wise or combination of these flags:

 

MKI_COMMANDMODE_TRANSPARENT

The command is "transparent", which means that it only temporarily interrupts the execution of the currently active command. When finished, the previous command will continue its execution. A typical transparent command is Configuration > Zoom > Area.

 

MKI_COMMANDMODE_DUPLICATE

The command uses the duplicate function, i.e. the serving application will display the corresponding duplicate mode icons and guide window text while executing this command.

 

MKI_COMMANDMODE_MULTILINE

The command uses the multi-line function, i.e. the serving application will display the corresponding multi-line mode icons and guide window text while executing this command.

 

MKI_COMMANDMODE_GROUP_SUB New in Version 2017.0

The command allows and can handle identification of individual entities within groups. If the user keeps the ALT key pressed during identification, it effects individual entities within groups. If this flag is not set or if ALT is not pressed, groups will always be identified as one whole.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH