MeasurementCreatedEventΒΆ

Class MeasurementCreatedEvent

MEASUREMENT_CREATED MEASUREMENT_CREATED

Hierarchy

Constructors

  • The MEASUREMENT_CREATED event occurs if a Measurement has been created.

    Parameters

    • measurementID: number

      The ID of the Measurement.

    • progress: MeasurementProgress

      The progress of the Measurement.

    • Optional name: string

      The name of the Measurement.

    • Optional anchorPosition: Float32Array

      Anchor position in world space coordinates.

    • Optional labelPosition: Float32Array

      Label position in world space coordinates.

    • Optional measurementData: MeasurementData

      The whole MeasurementData.

    Returns MeasurementCreatedEvent

Properties

anchorPosition?: Float32Array

Anchor position in world space coordinates.

id: number
labelPosition?: Float32Array

Label position in world space coordinates.

measurementData?: MeasurementData

The whole MeasurementData.

measurementID: number

The ID of the Measurement.

name?: string

The name of the Measurement.

The progress of the Measurement.

transactionCode?: string
transactionID?: number
type?: EventType