@karthur1 wrote:
It would be good to show the qty in a drawing label or a custom symbol, but I guess somewhere I would have to tell it what assembly to pull the qty from.
Any suggestions?
Hi Kirk.
What you want is possible but the workflow would be a little different. Instead of modifying each part's properties to add a custom value we would add this as cosmetic feature/element in the drawing.
Several options to add it to the drawing:
-iProperties (of the drawing)
-Parameters (of the drawing)
-Just a string of text in the drawing.
First, two options are best because we can find them and update them if needed but the string of text would be a bit more difficult unless we add some key words to the text so we can do a string search.
We would then need to give you a Browse For dialog which will allow you to select the Assembly you need quantity for.
A possibly better solution would be for you manually add main Assembly path to the code instead of browsing for it on every drawing. When you finished working on this project you edit the code and it will update drawings with a single click rather than hunt and pick with browse for dialog.
Is the Drawing project specific?
or
Does the part have a single drawing which needs updating for every project you use it?
Adrian S.
blog.ads-sol.com
AIP2012-2020 i7 6700k AMD R9 370
Did you find this reply helpful ?
If so please use the Accepted Solutions or Like button - Thank you!