interface SheetSelectionFilter {
    grossPartDims?: Vector2[];
    sheetDims?: Vector2;
    sheetFilterSheetIds?: string[];
    sheetMaterialId?: string;
    sheetSpec?: string;
    stockRequired?: boolean;
    thickness?: number;
}

Properties

grossPartDims?: Vector2[]
sheetDims?: Vector2
sheetFilterSheetIds?: string[]
sheetMaterialId?: string
sheetSpec?: string
stockRequired?: boolean
thickness?: number