Skip to main content
10-Marble
August 3, 2018
Question

VBA- AssembleComponent works but not AssembleByCopy

  • August 3, 2018
  • 1 reply
  • 1731 views

The AssembleComponent command works, but if I substitute the AssembleByCopy command it no longer works and returns a pfcExceptions:XToolkitBadInputs error.  I'm only switching the two lines below:

 

Set asmcomp = assembly.AssembleComponent(rotormodel, Nothing)

 

If I replace the line above with the one below, it no longer works

 

Set asmcomp = assembly.AssembleByCopy("rtr2.prt", rotormodel, False)

1 reply

mtonsager10-MarbleAuthor
10-Marble
August 3, 2018

Changing rtr2.prt to rtr2 got rid of the error, but now the new rtr2 model is assembled in empty, like it's not using rotormodel as a template