UPDATE ASSEMBLY
UPDATE ASSEMBLY
(OP)
Hi, I write VB program to create .exp files for single component in my assembly. The problem is I have to import .exp file for every single part. I have about 100 component in the die or mold. Is there any way to write batch file to import all of them at once. Thanks





RE: UPDATE ASSEMBLY
Can you be a bit more specific with what your trying to do? What's the purpose of the .exp file? What are your trying to accomplish?
Regards,
SS
CAD should pay for itself, shouldn't it?
RE: UPDATE ASSEMBLY
I am looking for batch file to update the big assembly at once. Thanks again
RE: UPDATE ASSEMBLY
RE: UPDATE ASSEMBLY
RE: UPDATE ASSEMBLY
For example in the top assy (lets call it top.prt) you have b1L=10,b1W=5,b1H=3 and so on. In block ones file you would have the expressions p0=top::b1L, p1=top::b1w, p2=top::b1H
Then all exp can be updated from the top.prt
RE: UPDATE ASSEMBLY