MKI_DIMMODE_* (Dimension Dialog Mode) |
www.CAD6.com |
A bit-wise OR combination of flags indicating which subsets of dimension parameters shall be editable in the dialogs. The following flags are currently defined:
MKI_DIMMODE_NUMREFRESH (0x00000001) If this flag is set, the control corresponding to the NumRefresh element will be enabled.
MKI_DIMMODE_NUMCENTERED (0x00000002) If this flag is set, the control corresponding to the NumCentered element will be enabled.
MKI_DIMMODE_NUMPLACING (0x00000004) If this flag is set, the control corresponding to the NumPlacing element will be enabled.
MKI_DIMMODE_NUMROTATE (0x00000008) If this flag is set, the control corresponding to the NumRotate element will be enabled.
MKI_DIMMODE_ARROWSTARTFORM (0x00000010) If this flag is set, the control corresponding to the ArrowStartForm element will be enabled.
MKI_DIMMODE_ARROWSTARTMODE (0x00000020) If this flag is set, the control corresponding to the ArrowStartMode element will be enabled.
MKI_DIMMODE_ARROWENDFORM (0x00000040) If this flag is set, the control corresponding to the ArrowEndForm element will be enabled.
MKI_DIMMODE_ARROWENDMODE (0x00000080) If this flag is set, the control corresponding to the ArrowEndMode element will be enabled.
MKI_DIMMODE_EXTSTARTDISPLAY (0x00000100) If this flag is set, the control corresponding to the ExtStartDisplay element will be enabled.
MKI_DIMMODE_EXTENDDISPLAY (0x00000200) If this flag is set, the control corresponding to the ExtEndDisplay element will be enabled.
MKI_DIMMODE_DIMFLAG (0x00000400) If this flag is set, the control corresponding to the DimFlag element will be enabled.
MKI_DIMMODE_LINEDISPLAY (0x00000800) If this flag is set, the control corresponding to the LineDisplay element will be enabled.
MKI_DIMMODE_LINEORIENTATION (0x00001000) If this flag is set, the control corresponding to the LineOrientation element will be enabled.
MKI_DIMMODE_LINETYPE (0x00002000) If this flag is set, the control corresponding to the LineType element will be enabled.
MKI_DIMMODE_LINEDISTMODE (0x00004000) If this flag is set, the control corresponding to the LineDistMode element will be enabled.
MKI_DIMMODE_LINEDISTANCE (0x00008000) If this flag is set, the control corresponding to the LineDistance element will be enabled.
MKI_DIMMODE_GLOBALPARAM (0x00010000) If this flag is set, the global dimension parameter button will be enabled (allowing to edit the TextFont, TextSize1, TextSize2, CharDistance, TabDistance, TextMode, TextOrder, NumPrecision and System elements).
MKI_DIMMODE_CHARDISTANCE (0x00020000) If this flag is set, the control corresponding to the CharDistance element will be enabled.
MKI_DIMMODE_TABDISTANCE (0x00040000) If this flag is set, the control corresponding to the TabDistance element will be enabled.
MKI_DIMMODE_TEXTMODE (0x00080000) If this flag is set, the control corresponding to the TextMode and TextOrder element will be enabled.
MKI_DIMMODE_LINEOFFSET (0x00100000) If this flag is set, the control corresponding to the LineOffset element will be enabled.
MKI_DIMMODE_NO_LINE_ALIGN (0x01000000) If this flag is set, the control corresponding to the MKI_DIMLINE_PARALLEL setting of the LineOrientation element will be disabled.
MKI_DIMMODE_NO_LINE_FREE (0x02000000) If this flag is set, the control corresponding to the MKI_DIMLINE_ARBITRARY setting of the LineOrientation element will be disabled.
MKI_DIMMODE_NO_LINE_AUTO (0x04000000) If this flag is set, the control corresponding to the MKI_DIMLINE_AUTOMATIC setting of the LineOrientation element will be disabled.
MKI_DIMMODE_NO_NUM_FREE (0x08000000) If this flag is set, the control corresponding to the MKI_NUMPLACING_NONE setting of the NumPlacing element will be disabled.
MKI_DIMMODE_NO_NUM_OUTSIDE (0x10000000) If this flag is set, the control corresponding to the MKI_NUMPLACING_START and MKI_NUMPLACING_END settings of the NumPlacing element will be disabled.
MKI_DIMMODE_NO_NUM_DOUBLE (0x20000000) If this flag is set, the control corresponding to the MKI_NUMREFRESH_DOUBLE setting of the NumRefresh element will be disabled.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH