interface TappingTimeParameters {
    processId: string;
    screwThreadId: string;
    unitTimePerMm: number;
}

Hierarchy (view full)

Properties

processId: string
screwThreadId: string
unitTimePerMm: number