Vertex Viewer SDK
    Preparing search index...

    Interface ViewerMeasurementDistanceElementMetrics

    Contains the bounding boxes of child elements of this component. This information is useful for positioning popups or other elements around the measurement.

    ViewerDistanceMeasurement.computeElementMetrics - For calculating element metrics.

    interface ViewerMeasurementDistanceElementMetrics {
        endAnchor: DOMRect;
        label: DOMRect;
        startAnchor: DOMRect;
    }
    Index

    Properties

    endAnchor: DOMRect
    label: DOMRect
    startAnchor: DOMRect