TAKPacket-SDK — TypeScript - v0.7.0
    Preparing search index...

    Interface RangeAndBearing

    Range and bearing measurement line.

    interface RangeAndBearing {
        anchor?: CotGeoPoint;
        anchorUid?: string;
        bearingCdeg?: number;
        rangeCm?: number;
        strokeArgb?: number;
        strokeColor?: number;
        strokeWeightX10?: number;
    }
    Index

    Properties

    anchor?: CotGeoPoint

    Anchor (origin) point, delta-encoded from the event anchor.

    anchorUid?: string

    UID of the object the anchor is attached to, if any.

    bearingCdeg?: number

    Bearing from anchor in degrees×100 (centidegrees).

    rangeCm?: number

    Range from anchor in centimeters.

    strokeArgb?: number

    Exact line color as an ARGB int32 — lossless fallback for strokeColor.

    strokeColor?: number

    Line color as a Team palette enum (0 = no palette match).

    strokeWeightX10?: number

    Line weight ×10 (e.g. 30 = 3.0).