In an assembly drawing, I created an annotation for list of quality control notes. I need to link a specific "text "with a link to a Item Number.
If I for some reason change/renumber on the BOM the note in annotation should change.
Is this doable?
Solved! Go to Solution.
In an assembly drawing, I created an annotation for list of quality control notes. I need to link a specific "text "with a link to a Item Number.
If I for some reason change/renumber on the BOM the note in annotation should change.
Is this doable?
Solved! Go to Solution.
Solved by bobvdd. Go to Solution.
Would VBA also work for you? Code is attached.
As you have already discovered you cannot include the item number of the BOM in a drawing text or note.
The best that I can offer you is to store the item number as a unitless value in a user parameter in each component.
The caveat here is that the same component can be used in multiple assemblies and that even for the same assembly we can create multiple type of BOMS with different item numbers on teh same drawing.
That is the reason why I ask to provide a unique name for the parameter when the macro starts. You must reuse the same parameter name for the same parts list to make sure that the item numbers in your text follow.
The parametername has to respect the usual syntax limitations (no spaces, no special characters etc).
Open a drawing and select a parts list prior to running the macro. After the nacro has run, you will get parameters that you can insert in drawing text. Set the precision to obtain the right number of digits.
Here is an example prior to renumbering items:
Here are the same items after they have been renumbered. Note that the text correctly follows the renumbering.
Cheers
Bob
Would VBA also work for you? Code is attached.
As you have already discovered you cannot include the item number of the BOM in a drawing text or note.
The best that I can offer you is to store the item number as a unitless value in a user parameter in each component.
The caveat here is that the same component can be used in multiple assemblies and that even for the same assembly we can create multiple type of BOMS with different item numbers on teh same drawing.
That is the reason why I ask to provide a unique name for the parameter when the macro starts. You must reuse the same parameter name for the same parts list to make sure that the item numbers in your text follow.
The parametername has to respect the usual syntax limitations (no spaces, no special characters etc).
Open a drawing and select a parts list prior to running the macro. After the nacro has run, you will get parameters that you can insert in drawing text. Set the precision to obtain the right number of digits.
Here is an example prior to renumbering items:
Here are the same items after they have been renumbered. Note that the text correctly follows the renumbering.
Cheers
Bob
Bob,
Though this ia good solution.Thanks for trying this.
But unfortunately we dont want a VBA program solution. I think we will continue using the maual solution for now untill there is some enhancements to Inventor.
Thanks
C1
Bob,
Though this ia good solution.Thanks for trying this.
But unfortunately we dont want a VBA program solution. I think we will continue using the maual solution for now untill there is some enhancements to Inventor.
Thanks
C1
Just curious if there is a simpler solution to this yet? I see this was a topic from 2012 and maybe, 5 years later, something different is possible?? I have a weldment drawing and on each of the detailed pieces that go into the weldment, I'd like to have the view description also include the BOM item number as required. If I manually type it out, I run the risk of it not updating, should the weldment get revised in the future...this would also be true of an assembly. Thanks!!
Just curious if there is a simpler solution to this yet? I see this was a topic from 2012 and maybe, 5 years later, something different is possible?? I have a weldment drawing and on each of the detailed pieces that go into the weldment, I'd like to have the view description also include the BOM item number as required. If I manually type it out, I run the risk of it not updating, should the weldment get revised in the future...this would also be true of an assembly. Thanks!!
5 years since I posted this workaround solution. Time flies.
I saw you cast your vote on the Ideastation to get a real solution for this problem of adding BOM item numbers to drawing text.
256 votes seems a pretty convincing number to consider implementing a solution...
5 years since I posted this workaround solution. Time flies.
I saw you cast your vote on the Ideastation to get a real solution for this problem of adding BOM item numbers to drawing text.
256 votes seems a pretty convincing number to consider implementing a solution...
More than 11 years and still waiting for a solution...
More than 11 years and still waiting for a solution...
@CGBenner who would I need to hassle to get this feature in the next revision of 2024? Seems like it is very easy to implement and would make a lot of users pretty happy
In SolidWorks you could be typing a note and add the balloon to the note by holding control and clicking the balloon. Alternatively it let you do this https://blogs.solidworks.com/tech/2017/01/linking-note-tablebom-cell-solidworks-2017.html
Hopefully this helps give a good idea what we're looking for
@CGBenner who would I need to hassle to get this feature in the next revision of 2024? Seems like it is very easy to implement and would make a lot of users pretty happy
In SolidWorks you could be typing a note and add the balloon to the note by holding control and clicking the balloon. Alternatively it let you do this https://blogs.solidworks.com/tech/2017/01/linking-note-tablebom-cell-solidworks-2017.html
Hopefully this helps give a good idea what we're looking for
@e_frissell
Consider applying to join the Feedback Community, if you haven't already. There, under NDA, you can discuss things like potential future enhancements. Nothing is ever guaranteed, but that would be a good place to make your voice heard... just remember the philosophy I used to get several of my ideas implemented when I was a user.... Diplomatic Persistence. Nice goes a long way..... Good luck! 🙂
Chris Benner
Industry Community Manager – Design & Manufacturing
If a response answers your question, please use ACCEPT SOLUTION to assist other users later.
Also be generous with Likes! Thank you and enjoy!
@e_frissell
Consider applying to join the Feedback Community, if you haven't already. There, under NDA, you can discuss things like potential future enhancements. Nothing is ever guaranteed, but that would be a good place to make your voice heard... just remember the philosophy I used to get several of my ideas implemented when I was a user.... Diplomatic Persistence. Nice goes a long way..... Good luck! 🙂
Chris Benner
Industry Community Manager – Design & Manufacturing
If a response answers your question, please use ACCEPT SOLUTION to assist other users later.
Also be generous with Likes! Thank you and enjoy!
I may be known to have some boundary issues if I want something...
Thanks for letting me know, I'll try working that avenue
I may be known to have some boundary issues if I want something...
Thanks for letting me know, I'll try working that avenue
Hi! As Chris alluded, this is something we are working on. Please sign up Inventor Feedback Community and try the the workflow on the latest internal build.
Many thanks!
Hi! As Chris alluded, this is something we are working on. Please sign up Inventor Feedback Community and try the the workflow on the latest internal build.
Many thanks!
Can't find what you're looking for? Ask the community or share your knowledge.