MeasureFaceFaceAngleOperator

class Communicator.Operator.MeasureFaceFaceAngleOperator()

Constructors


Constructors

constructor

Communicator.Operator.MeasureFaceFaceAngleOperator.constructor(viewer, measureManager)
Arguments
  • viewer (Communicator.WebViewer()) –

  • measureManager (Communicator.MeasureManager()) –

Return type

Communicator.Operator.MeasureFaceFaceAngleOperator

Methods

addMapping

Communicator.Operator.MeasureFaceFaceAngleOperator.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

clearMapping

Communicator.Operator.MeasureFaceFaceAngleOperator.clearMapping()

Clears any button and key modifier mappings for the operator.

Return type

void

getUseAuthoredNormals

Communicator.Operator.MeasureFaceFaceAngleOperator.getUseAuthoredNormals()

Gets whether created markup will use authored normals or use selection results to calculate angles

Return type

boolean

setMapping

Communicator.Operator.MeasureFaceFaceAngleOperator.setMapping(button, modifier)

Sets the button and key modifier mapping for the operator.

Arguments
  • button (Communicator.Button()) –

  • modifier (Communicator.KeyModifiers()) –

Return type

void

setUseAuthoredNormals

Communicator.Operator.MeasureFaceFaceAngleOperator.setUseAuthoredNormals(use)

Sets whether created markup will use authored normals or use selection results to calculate angles

Arguments
  • use (boolean()) –

Return type

void