MKI_DISPLAYMODE_* (Unit Display Mode) Changed in Version 2022.0

www.CAD6.com

Bit-wise OR combination of some flags indicating the display mode for a specific entity. Possible values are:

 

MKI_DISPLAYMODE_DEFAULT (0x00000000)

Standard display.

 

MKI_DISPLAYMODE_SCALED_WIDTH (0x00000001)

All line widths will be scaled according to the current matrix.

 

MKI_DISPLAYMODE_NOPOINTS (0x00000002)

Definition points of the entity will NOT be displayed and cannot be moved.

 

MKI_DISPLAYMODE_NOSNAP (0x00000004)

Display data of the entity will NOT be used for snapping and identification.

 

MKI_DISPLAYMODE_CONFINED (0x00000008)

The referenced block’s or drawing's data will use the inherent elements (layers, pens, lines types, coordinate systems) of the library or reference instead of those contained in the referencing drawing.

 

MKI_DISPLAYMODE_NOGEO (0x00000010)

Construction aid objects contained in the referenced block’s data will be ignored, i.e. neither displayed, printed, nor used otherwise.

 

MKI_DISPLAYMODE_ADAPT_ANGLE (0x00000020) Renamed in Version 2017.0

The text, block or drawing will be aligned to the current page or current mapping (both on screen and during output).

 

MKI_DISPLAYMODE_SCALED_LENGTH (0x00000040) New in Version 2010.2

All line type lengths will be scaled according to the current matrix.

 

MKI_DISPLAYMODE_EMBEDDED (0x00000080) New in Version 2012.0

This is an instance with an embedded block, i.e. its internal display data shall be used instead of the referenced block's data.

 

MKI_DISPLAYMODE_SCALED_DIMTEXT (0x00000100) Changed in Version 2017.0

For internal use only, no longer supported.

 

MKI_DISPLAYMODE_NOSMOOTHING (0x00000200) New in Version 2015.2

All objects in the display list will be displayed without any smoothing, no matter if the user activated it or not.

 

MKI_DISPLAYMODE_ADAPT_SCALE (0x00000400) New in Version 2017.0

The text, block or drawing will be scaled relative to the current page’s scaling or the model space's scaling factor (both on screen and during output). This option is ineffective for objects within blocks.

For mappings, this option determines whether mapped texts, blocks, or drawings may be scaled relative to mapping's inverse scaling factor (if they themselves have MKI_DISPLAYMODE_ADAPT_SCALE set in their display mode).

 

MKI_DISPLAYMODE_NOLISTPOINTS (0x00000800) New in Version 2018.0

Definition points in the display list objects of an extended object will NOT be displayed and cannot be selected.

 

MKI_DISPLAYMODE_NOHATCHUPDATE (0x00001000) New in Version 2018.2

The display list of a dynamic hatching will not be updated. Instead, the display matrix of the dynamic hatching will be updated to reflect modifications.

 

MKI_DISPLAYMODE_NOHIDE (0x00002000) New in Version 2021.1

The visibility of this instance, reference, or clipping (and of its referenced block or drawing if applicable) will not be influenced by their layer and/or pen assignment (neither on screen nor during output).

 

Please note the each entity type has a different set of those display flags that it will actually use.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH