Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
tom_schmitt
522 Views, 2 Replies

Replace IAM with STP as multibody part (VBA)

Hello

we replace a part of the assemblies in a document with generatet SAT Files. We do it manually: Save the IAM as SAT and then with Component --> "Replace with..". In the dailog we choose the SAT File and under SAT-Import options the option: import as a single part (or multibody part - don't know if it is the right translation). See the attached file. Then the IAM will replaced with an IPT from the SAT.

 

Now we will automate this process, but there is the following problem: If we replace via VBA the IAM with the SAT File with: Call Occurence.Replace(SATFile, True)) the SAT import has as result a new Assembly, not a new Part like in the manually process.

So my question is: where can i find the the possibility to import the SAT as a single multibody part in VBA?

 

We use INV1015

 

Thanks Tom