interface ProcessQuery {
    componentDimX?: number;
    componentDimY?: number;
    componentDimZ?: number;
    componentMass?: number;
    nodeContext?: NodeContext;
    processTypes?: ProcessTypes;
    underlyingPurchasePartMaterialIds?: string[];
    underlyingSheetMaterialIds?: string[];
    underlyingSheetSpecs?: string[];
    underlyingTubeMaterialIds?: string[];
    workStepTypes?: WorkStepTypes;
}

Properties

componentDimX?: number
componentDimY?: number
componentDimZ?: number
componentMass?: number
nodeContext?: NodeContext
processTypes?: ProcessTypes
underlyingPurchasePartMaterialIds?: string[]
underlyingSheetMaterialIds?: string[]
underlyingSheetSpecs?: string[]
underlyingTubeMaterialIds?: string[]
workStepTypes?: WorkStepTypes