Hello,
I have a macro that, based upon pre-selected components, creates a new assembly of those selected components. After the components have been selected, I execute this line of code:
bRet = ASM.MakeAssemblyFromSelectedComponents(rPath + rModel)
Which creates a new assembly. However, a dialog box pops up labeled "Assembly Structure Editing" asking the user if it is OK to Move the parts, breaking mates and equations in the process. If I don't select the Move button, it will not send the parts to the new external assembly. Is there a way to programmatically select the Move button on the Move Component PropertyManager?
