MeasureEdgeLengthOperator
- class Operators.Measure.MeasureEdgeLengthOperator()
Methods
Methods
addMapping
- MeasureEdgeLengthOperator.addMapping(button, modifier)
- Arguments
button (
Button()
) – Nonemodifier (
KeyModifiers()
) – None
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.
- Return type
void
clearMapping
- MeasureEdgeLengthOperator.clearMapping()
Clears any button and key modifier mappings for the operator.
- Return type
void
setMapping
- MeasureEdgeLengthOperator.setMapping(button, modifier)
- Arguments
button (
Button()
) – Nonemodifier (
KeyModifiers()
) – None
Sets the button and key modifier mapping for the operator.
- Return type
void