Message 1 of 5
Drawing won't update unless i click on Assembly then Drawing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, i made an assembly that takes input from a Form, passes these properties to each part, updates everything. Then it opens a Drawing and exports it as PDF and DWG.
Everything works perfectly.
Now I am trying to Generate multiple Drawings with different Dimensions each. So I included an Excel file and let a Rule ieterate between different rows, and after each one it will fire the precedent rules and exports them.
The Drawing is updating at each iteration, however the drawing is not, it's just exporting the existing dimensions.
I tried including commands to update, rebuild, execute pending actions, update views,... but nothing is working.
I included the files in attachment. Could someone help please?