MKI_IDENTMODE_* (Identification Mode) Changed in Version 2023.1

www.CAD6.com

Identification modes. A bit-wise OR combination of the following values:

 

MKI_IDENTMODE_LINE

Outline elements of type "Line" shall be enumerated.

 

MKI_IDENTMODE_CIRCLE

Outline elements of type "Circle" shall be enumerated. If MKI_IDENTMODE_CIRCLE is not set, circle arcs shall be enumerated as Bézier curves (if MKI_IDENTMODE_BEZIER is set).

 

MKI_IDENTMODE_ARC

Outline elements of type "Circle Arc" shall be enumerated. If MKI_IDENTMODE_ARC is not set, circle arcs shall be enumerated as circles (if MKI_IDENTMODE_CIRCLE is set) or Bézier curves (if MKI_IDENTMODE_BEZIER is set).

 

MKI_IDENTMODE_ELLIPSE

Outline elements of type "Ellipse" shall be enumerated. If MKI_IDENTMODE_ELLIPSE is not set, ellipse arcs shall be enumerated as Bézier curves (if MKI_IDENTMODE_BEZIER is set).

 

MKI_IDENTMODE_EARC

Outline elements of type "Ellipse Arc" shall be enumerated. If MKI_IDENTMODE_EARC is not set, ellipse arcs shall be enumerated as ellipses (if MKI_IDENTMODE_ELLIPSE is set) or Bézier curves (if MKI_IDENTMODE_BEZIER is set).

 

MKI_IDENTMODE_GEOENDLESS Renamed in Version 2015.0

Outline elements of type "Construction Aid Endless Line" and "Construction Aid Beam" shall be enumerated.

 

MKI_IDENTMODE_GEOCIRCLE

Outline elements of type "Construction Aid Circle" shall be enumerated. If MKI_IDENTMODE_GEOCIRCLE is not set, Construction Aid circle arcs shall be enumerated as Construction Aid Bézier curves (if MKI_IDENTMODE_GEOBEZIER is set).

 

MKI_IDENTMODE_GEOELLIPSE

Outline elements of type "Construction Aid Ellipse" shall be enumerated. If MKI_IDENTMODE_GEOELLIPSE is not set, Construction Aid ellipse arcs shall be enumerated as Construction Aid Bézier curves (if MKI_IDENTMODE_GEOBEZIER is set).

 

MKI_IDENTMODE_BEZIER

Outline elements of type "Bézier Curve" shall be enumerated.

 

MKI_IDENTMODE_GEOBEAM New in Version 2019.1

Outline elements of type "Construction Aid Beam" shall be enumerated.

 

MKI_IDENTMODE_GEOLINE New in Version 2015.0

Outline elements of type "Construction Aid Line" shall be enumerated.

 

MKI_IDENTMODE_GEOARC New in Version 2015.0

Outline elements of type "Construction Aid Circle Arc" shall be enumerated. If MKI_IDENTMODE_GEOARC is not set, Construction Aid circle arcs shall be enumerated as Construction Aid circles (if MKI_IDENTMODE_GEOCIRCLE is set) or Construction Aid Bézier curves (if MKI_IDENTMODE_GEOBEZIER is set).

 

MKI_IDENTMODE_GEOEARC New in Version 2015.0

Outline elements of type "Construction Aid Ellipse Arc" shall be enumerated. If MKI_IDENTMODE_GEOEARC is not set, Construction Aid ellipse arcs shall be enumerated as Construction Aid ellipses (if MKI_IDENTMODE_GEOELLIPSE is set) or Construction Aid Bézier curves (if MKI_IDENTMODE_GEOBEZIER is set).

 

MKI_IDENTMODE_GEOBEZIER New in Version 2015.0

Outline elements of type "Construction Aid Bézier Curve" shall be enumerated.

 

MKI_IDENTMODE_SNAP

Only objects available for snapping shall be handled (this mode can usually be ignored since in this case, the serving application will only ask to enumerate those extended objects that already fulfill this precondition).

 

MKI_IDENTMODE_NOCHOICE

In case of an ambiguous identification, no selection dialog will be displayed (this mode can be ignored).

 

MKI_IDENTMODE_NOPROMPT New in Version 2023.1

If the user wants to cancel this operation by pressing the ESC key, the operation will be canceled without displaying a prompt first.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH