One way I’ve accomplished this is to have “placeholder” parts in part master and the method. Call the Part.DuplicatePart to duplicate that placeholder part into a new part in part master, and then swap it with the method rules.
Hi Jeff, thanks for your response. So do I need to add a rule in method rules to the material to duplicate the part then a second one to replace it? Or is it a BPM that should be called to duplicate the part separately?
When I’ve done this I did it on the Input side, calling the Part.Duplicate method. Then the new part already exists, and the method rule can simply swap the placeholder for the newly generated part.
This looks like a method I could use in our configurator. Can you paste the correct syntax for calling the Part.Duplicate method? Or direct me to the resource? Thanks very much.