API (v2.0.0) - Giro3D
    Preparing search index...

    Interface VerticalLineFormatOptions

    interface VerticalLineFormatOptions {
        defaultFormatter: VerticalLineLabelFormatter;
        length: number;
        shape: Shape;
        vertexIndex: number;
    }
    Index

    Properties

    defaultFormatter: VerticalLineLabelFormatter

    The default formatter used as fallback.

    length: number

    The length of the line, in CRS units.

    shape: Shape

    The shape the lable belongs to.

    vertexIndex: number

    The index of the vertex that this line is connected to.