Vertex Viewer SDK
    Preparing search index...

    Interface VertexViewerMeasurementDistanceAttributes

    interface VertexViewerMeasurementDistanceAttributes {
        anchorLabelOffset: number;
        distance: number;
        endJson: string;
        fractionalDigits: number;
        interactingAnchor: "none" | Anchor;
        invalid: boolean;
        lineCapLength: number;
        mode: ViewerMeasurementDistanceMode;
        showAxisReferenceLines: boolean;
        snapDistance: number;
        startJson: string;
        units: DistanceUnitType;
    }
    Index
    anchorLabelOffset: number
    distance: number
    endJson: string
    fractionalDigits: number
    interactingAnchor: "none" | Anchor
    invalid: boolean
    lineCapLength: number
    showAxisReferenceLines: boolean
    snapDistance: number
    startJson: string