Represents a node of WorkStepType sheetCutting

Deprecated; use [[ProcessRepSheetCutting]] or [[ProcessRepLaserSheetCutting]] instead.

interface WorkStepSheetCutting {
    content: ProcessRepContentSheetCutting | ProcessRepContentLaserSheetCutting;
    type: "sheetCutting";
}

Properties

Properties

type: "sheetCutting"