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

    Interface SegmentLabelFormatOptions

    interface SegmentLabelFormatOptions {
        defaultFormatter: SegmentLabelFormatter;
        end: Vector3;
        length: number;
        shape: Shape;
        start: Vector3;
    }
    Index

    Properties

    defaultFormatter: SegmentLabelFormatter

    The default formatter for segments.

    end: Vector3

    The coordinate of the segment end.

    length: number

    The length of the segment or line, in CRS units.

    shape: Shape

    The shape the lable belongs to.

    start: Vector3

    The coordinate of the segment start.