eValueInputControlType
Canonical path: NemAll_Python_IFW_Input.eValueInputControlType
Bases: Enum
Types of the input controls, that can be displayed in the dialog line in Allplan
eANGLE_COMBOBOX
class-attribute
instance-attribute
Angle input as a combo box with suggested angle values. Free input is possible.
eANGLE_EDIT
class-attribute
instance-attribute
Angle input as a regular edit field. Value is entered in the current Allplan angle units, but returned in radians.
eCOORDINATE_EDIT
class-attribute
instance-attribute
Input control for a single coordinate. Value is entered in the current Allplan length units, but returned in millimeters. Allowed values between -1e10 and 1-e10
eCOORDINATE_EDIT_FIX
class-attribute
instance-attribute
Similar to eCOORDINATE_EDIT
eCOORDINATE_EDIT_GE0
class-attribute
instance-attribute
Similar to eCOORDINATE_EDIT, but only values >= 0 allowed
eCOORDINATE_EDIT_GT0
class-attribute
instance-attribute
Similar to eCOORDINATE_EDIT, but only values > 0 allowed
eDIMENSION_EDIT
class-attribute
instance-attribute
Length input with current length units. Returned value is in millimeters. Values between 0.0 and 1e10 allowed
eDIMENSION_EDIT_MM
class-attribute
instance-attribute
Length input in millimeters. Values between 0.0 and 1e10 allowed
eDOUBLE_EDIT
class-attribute
instance-attribute
Input control for a double value. Values between 0.0 and 1e10 allowed
eINT_COMBOBOX
class-attribute
instance-attribute
Similar to eINT_EDIT, but with a combo box with suggested values.
eINT_EDIT
class-attribute
instance-attribute
Input control for a 32-bit signed integer, with allowed value between 0 and -2147483684
eNUMBER_EDIT_1
class-attribute
instance-attribute
Edit control for an integer value between 1 and 1e6
eNUMBER_EDIT_1_GE0
class-attribute
instance-attribute
Edit control for an integer value between 0 and 1e6
eROTATION_ANGLE_STEP
class-attribute
instance-attribute
Input control for a shortcut input (+ or -). Input triggers the on_shortcut_control_input event.