MeasureEdgeLengthOperator
- class Communicator.Operator.MeasureEdgeLengthOperator()
Methods
Methods
addMapping
- Communicator.Operator.MeasureEdgeLengthOperator.addMapping(button, modifier)
Adds a button and key modifier mapping for the operator. If no mapping is provided, all combinations are considered valid. All mappings require a mouse button, but a key modifier is optional.
- Arguments
button (
Communicator.Button()
) –modifier (
Communicator.KeyModifiers()
) –
- Return type
void