- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I found this post to be quite useful:
I am banging my head against a wall trying to print to the freshly formatted part's Description using iProperties.Value("Project", "Description"), before iterating to the next part in the assembly.
Ultimately, I'm hoping to get a template that will have a nice conditional that will allow me to modify for each new ANSI profile we adopt in an Frame Assembly in addition to the formatting code in the link above. For instance, in Square Tubing, G_L is always equal to d19, so I'd write:
If G_L = d19
iProperties.Value("Project", "Description) = "=Sq Tube <Stock Number> x <G_L> LG."
Else
iProperties.Value("Project", "Description) = "=<Stock Number> x <G_L> LG."
Every attempt I make will at best apply the formula to the Assembly iProperties Description only.
Thanks, this would be a huge time saver on fabrication drawings.
Solved! Go to Solution.