MKI_ENTITYMODE_* (Unit Mode) Changed in Version 2021.0

www.CAD6.com

General modes affecting the entity. A bit-wise OR combination of the following values:

 

MKI_ENTITYMODE_NONE (0x00000000)

Nothing.

 

MKI_ENTITYMODE_HIDDEN (0x00000001)

This entity is hidden, i.e. it will neither be displayed onscreen nor will it be printed. This flag shall only be set or cleared upon explicit request from the user. If a drawing contains any hidden entity, a warning shall be displayed upon opening it. This flag must not be set within blocks!

 

MKI_ENTITYMODE_EXT_NO_IDENT (0x00000002) New in Version 2021.0

This entity shall not be included with any identification operation (neither entity-based nor position-based). This flag shall only be set in entities within the display list of extended objects (see MKI_ENTITY_EXT) and does not effect patches (see MKI_ENTITY_PATCH). It cannot be edited by the user. If found anywhere else, it will be ignored.

 

MKI_ENTITYMODE_EXT_NO_SNAP (0x00000004) New in Version 2021.0

This entity shall not be included with any snapping operation (neither point nor edge snapping). This flag shall only be set in entities within the display list of extended objects (see MKI_ENTITY_EXT) and does not effect patches (see MKI_ENTITY_PATCH). It cannot be edited by the user. If found anywhere else, it will be ignored.

 

MKI_ENTITYMODE_EXT_NO_PRINT (0x00000008) New in Version 2021.0

This entity shall not be printed (will only be displayed onscreen). This flag shall only be set in entities within the display list of extended objects (see MKI_ENTITY_EXT) and does not effect patches (see MKI_ENTITY_PATCH). It cannot be edited by the user. If found anywhere else, it will be ignored.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH