I have an assembly with a large number of parts. Not all parts have the same set of PARAMETERS. Is there a way to automatically add missing parameters(from a predefined list)to each part?
Example:
Mandatory list of Parameters:
PART_NO, SUPPLIER, REV_NO
Part A only has PART_NO, thus it needs to have the other two added in.
Example:
Mandatory list of Parameters:
PART_NO, SUPPLIER, REV_NO
Part A only has PART_NO, thus it needs to have the other two added in.