Interface MPMProcessPlanBomSelectionDelegate
public interface MPMProcessPlanBomSelectionDelegate
The purpose of this delegate is to determine the assembly context for the current process plan.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiondefaultAssemblySelection(MPMProcessPlan process_plan, NCServerHolder nc_server_holder) Get the default Assembly context of a given Process plan.
-
Method Details
-
defaultAssemblySelection
WTSet defaultAssemblySelection(MPMProcessPlan process_plan, NCServerHolder nc_server_holder) throws WTException Get the default Assembly context of a given Process plan.
Supported API: true- Parameters:
process_plan- The Process plan for which the Part assembly context is to be determinednc_server_holder- Holds the navigation criteria to filter the associated assembly iterations- Returns:
- WTSet Set of associated Assemblies consistent with the navigation criteria
- Throws:
WTException
-