Vertex Viewer SDK
    Preparing search index...

    Interface VertexViewerMeasurementLine

    interface VertexViewerMeasurementLine {
        capLength?: number;
        end?: Point.Point;
        pointerEvents?: string;
        start?: Point.Point;
    }
    Index
    capLength?: number

    A length of the line cap. The line cap is a line at each end of a line.

    0
    
    end?: Point.Point

    A point that specifies the ending point of the line.

    Point.create()
    
    pointerEvents?: string

    The type of SVG pointer events that the line should respond to.

    'none'
    
    start?: Point.Point

    A point that specifies the starting point of the line.

    Point.create()