Interface AsukaProductionMeasurementExport

interface AsukaProductionMeasurementExport {
    layers: AsukaProductionLayerMeasurement[];
    printAreas: {
        id: string;
        label?: string;
        physicalSize?: AsukaPhysicalSize;
    }[];
    schema: "asuka-production-measurements@1";
    view: {
        engine: string;
        id: string;
        physicalSize?: AsukaPhysicalSize;
    };
}

Properties

printAreas: {
    id: string;
    label?: string;
    physicalSize?: AsukaPhysicalSize;
}[]
schema
view: {
    engine: string;
    id: string;
    physicalSize?: AsukaPhysicalSize;
}