Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
hope everyone had a ggod summer!. i am having an issue with one of my rules that uses the "saveAs" command....
i have a 'seed' part, (say a block that's 4x4x4) that
- 1.i inserted into an assembly
- 2. rename the 'seed' to unique name using
doc.SaveAs(file_save, False)
- 3. modify the parameters of new part, (say 6x8x4 for block one, 8x3x1 for block 2, 5x10x4 for block 3, etc)
- repeat 1-3 as needed
- save assembly and parts
everything looks fine when the program finishes, blocks update accordingly. But... if i file the assembly, and parts, close it and open it again, all the blocks revert to the parameters of the last part entered ( in the example above all blocks would be 5x10x4 instead of 3 unique sizes).
not sure what is going on... tried changing the SaveAs option to true, but no dice....
maybe i have to close the 'new part' window before repeating steps 1-3 above?
thanks in advance for any help, insight, etc!
Solved! Go to Solution.