BIM.works SDKs - v1.5.0-b164
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get finished(): boolean

      Returns boolean

      Whether this measurement is finished

    • get id(): number

      Get the unique identifier of this measurement

      Returns number

    • get labeler(): Labeler

      Get the currently used labeler. By default a labeler is used that shows the x, y and z values with mm units

      Returns Labeler

      The current labeler

    • set labeler(labeler: Labeler): void

      Provide a custom labeler; A method that converts the vec3 of the position to a string to show in the label

      Parameters

      • labeler: Labeler

        The labeler to use

      Returns void

    Methods