What is the easiest way to export a complete assembly, including subassemblies, to STEP AP214 with PMI, so that each part has its separate file?
I’ve been using MultiExport, but it’s not very user-friendly. I have to manually select each file, which is quite inconvenient. I also want to make sure that I’m exporting only the files that are actually used in the assembly. Is there a better or more automated way to do this?
I know online how to export a file using the API, but I don’t know how to create a procedure that goes through the entire assembly and subassemblies, opens the parts in a new window, exports the file, then closes the part and continues with the next file. Does anyone know how to do this?