interface NodeUserDataBase {
    attachments: Attachment[];
    bendLineEngravingMode: BendLineEngravingMode;
    coatingId: string;
    comment: string;
    deburrDoubleSided: boolean;
    fixedRotations: number[];
    numCountersinks: number;
    numThreads: number;
    purchasePartMaterialId: string;
    sheetFilterSheetIds: string[];
    sheetMaterialId: string;
    sheetSpec: string;
    sheetTappingData: SheetTappingDataEntry[];
    testReportRequired: boolean;
    tubeFilterTubeIds: string[];
    tubeMaterialId: string;
    tubeSpecificationId: string;
    userDefinedMaterialCostsPerPiece: number;
    userDefinedScalePrices: UserDefinedScalePrice[];
    userDefinedSetupTime: number;
    userDefinedUnitTimePerPiece: number;
}

Hierarchy (view full)

Properties

attachments: Attachment[]
bendLineEngravingMode: BendLineEngravingMode
coatingId: string
comment: string
deburrDoubleSided: boolean
fixedRotations: number[]
numCountersinks: number
numThreads: number
purchasePartMaterialId: string
sheetFilterSheetIds: string[]
sheetMaterialId: string
sheetSpec: string
sheetTappingData: SheetTappingDataEntry[]
testReportRequired: boolean
tubeFilterTubeIds: string[]
tubeMaterialId: string
tubeSpecificationId: string
userDefinedMaterialCostsPerPiece: number
userDefinedScalePrices: UserDefinedScalePrice[]
userDefinedSetupTime: number
userDefinedUnitTimePerPiece: number