WSi
    Preparing search index...
    interface BomWorkStep {
        attachments: BomAttachment[];
        comment?: string;
        costCenter?: string;
        details: AnyBomWorkStepDetails;
        generatedFiles: BomGeneratedFile[];
        materialCostPerPart?: number;
        processType: ProcessType;
        setupCost?: number;
        setupTime?: number;
        unitCostPerPart?: number;
        unitTimePerPart?: number;
        userData: StringIndexedInterface;
        userDefinedManufacturingCosts?: BomScalePrice[];
    }
    Index

    Properties

    attachments: BomAttachment[]
    comment?: string
    costCenter?: string
    generatedFiles: BomGeneratedFile[]
    materialCostPerPart?: number
    processType: ProcessType
    setupCost?: number
    setupTime?: number
    unitCostPerPart?: number
    unitTimePerPart?: number
    userDefinedManufacturingCosts?: BomScalePrice[]