Interface CreateAsukaLayerMeasurementInput

interface CreateAsukaLayerMeasurementInput {
    minimumDpi?: number;
    native: AsukaNativeLayerMeasurement;
    objectId: string;
    physicalSize?: null | AsukaPhysicalSize;
    physicalSource?:
        | "model"
        | "view"
        | "print-area"
        | "explicit";
    sourcePixelHeight?: number;
    sourcePixelWidth?: number;
    targetUnit?: AsukaPhysicalUnit;
    variationId?: null | string;
    vector?: boolean;
}

Hierarchy (view full)

Properties

minimumDpi?: number
objectId: string
physicalSize?: null | AsukaPhysicalSize

Fallback used when the object's print area has no physical calibration.

physicalSource?:
    | "model"
    | "view"
    | "print-area"
    | "explicit"
sourcePixelHeight?: number
sourcePixelWidth?: number
targetUnit?: AsukaPhysicalUnit
variationId?: null | string
vector?: boolean