MKI_OUTPUTTYPE_* (Object Output Type) Changed in Version 2021.1

www.CAD6.com

Describes which type of output any given entity creates. A bit-wise OR combination of several flags indicating specific output elements. The following flags are defined:

 

MKI_OUTPUTTYPE_NONE (0x00000000)

The entity does not contains any graphical data nor does it create any other output.

 

MKI_OUTPUTTYPE_OUTLINE (0x00000001)

The entity creates outline information that will be drawn as a line.

 

MKI_OUTPUTTYPE_FILLING (0x00000002)

The entity creates filling information that will be filled using a given solid color and/or other data.

 

MKI_OUTPUTTYPE_OTHER (0x00000004)

The entity creates other output information that is neither outline-based nor filling-based (such as a marking).

 

MKI_OUTPUTTYPE_TEXT (0x00000008)

The entity creates text information that will be drawn using the separate text properties (which can be outline and/or filling).

 

MKI_OUTPUTTYPE_BITMAP (0x00000010) New in Version 2021.1

The entity creates bitmap information that will be drawn.

 

MKI_OUTPUTTYPE_NONTEXT (0x00000007)

A combination of all types that create any non-text output (as opposed to MKI_OUTPUTTYPE_TEXT).

 

MKI_OUTPUTTYPE_ANY (0x0000001f) Changed Version 2021.1

A combination of all types that create any kind of output.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH