MeasurementProperties

Type Alias MeasurementProperties

MeasurementProperties: {
    anchorPosition?: [number, number, number] | Float32Array;
    connectedNodeIds?: number[];
    contentOffset?: [number, number, number] | Float32Array;
    enabled?: boolean;
    name?: string;
    result?: MeasurementResult;
    state?: MeasurementState;
    targets?: MeasurementTarget[];
    type?: MeasurementType;
}

Type declaration

  • OptionalanchorPosition?: [number, number, number] | Float32Array

    The anchor position of the Measurement-Annotation.

    [0,0,0]
    
  • Optional ReadonlyconnectedNodeIds?: number[]
  • OptionalcontentOffset?: [number, number, number] | Float32Array

    The content offset of the Measurement-Annotation.

    [0,0,0]
    
  • Optionalenabled?: boolean

    The enabled state of the Measurement-Annotation.

    false
    
  • Optionalname?: string

    The name of the Measurement.

    undefined
    
  • Optional Readonlyresult?: MeasurementResult

    The result of Measurement

  • Optional Readonlystate?: MeasurementState

    The state of the Measurement.

  • Optional Readonlytargets?: MeasurementTarget[]

    The targets of the Measurement.

  • Optional Readonlytype?: MeasurementType

    The type of the Measurement.


Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: