Documentation
    Preparing search index...
    AnnotationMeasurement: AnnotationBase & {
        createdAt: Date;
        id: AnnotationMeasurement.AnnotationMeasurementId;
        lookAtPoint: LookAtPoint<Vector3NonReferenced>;
        points: (Vector3NonReferenced | Vector3Geocentric)[];
        type: AnnotationMeasurementType;
        updatedAt: Date;
        updatedBy: AnnotationProfile;
    }

    Represents an annotation measurement, including its metadata and spatial orientation.

    Type declaration