interface BomWorkStepDetailsSheetCutting {
    contourCount: number;
    contourLength: number;
    fixedRotations?: number[];
}

Properties

contourCount: number
contourLength: number
fixedRotations?: number[]