interface PartCreationInformation {
    importId: string;
    name: string;
    processIdSheetCutting: string;
    segments: Segment[];
    sheetMaterialId: string;
    thickness: number;
    type: PartCreationType;
}

Properties

importId: string
name: string
processIdSheetCutting: string
segments: Segment[]
sheetMaterialId: string
thickness: number