Skip to content

CoordinateInputMode

Canonical path: NemAll_Python_IFW_Input.CoordinateInputMode

Settings regarding mode, in which elements and/or points should be identified during point input

Methods:

GetIdentMode

GetIdentMode() -> eIdentificationMode

Get the identification mode

Returns:

IsLocalCoordInput

IsLocalCoordInput() -> bool

Get the local coordinate input state

Returns:

  • bool

    Local coordinate input state

SetLocalCoordInput

SetLocalCoordInput(bLocalCoordInput: bool)

Set the local coordinate input state

Parameters:

  • bLocalCoordInput (bool) –

    Only local coordinate input: true/false

__init__ overloaded

__init__()

Initialize

Constructor, sets the local coordinate input to false

Parameters:

__init__(identMode: eIdentificationMode, bLocalCoordInput: bool)

Constructor, sets the local coordinate input

Parameters:

  • identMode (eIdentificationMode) –

    Identification mode

  • bLocalCoordInput (bool) –

    Only local coordinate input: true/false

__init__(element: CoordinateInputMode)

Copy constructor

Parameters: