Autodesk Inventor
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Drawing Annotation with a "text" linked to Item no.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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?
Inventor Professional 2013
Vault Collaboration 2013
Solved! Go to Solution.
Re: Drawing Annotation with a "text" linked to Item no.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Inventor Professional 2013
Vault Collaboration 2013
Re: Drawing Annotation with a "text" linked to Item no.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: Drawing Annotation with a "text" linked to Item no.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Inventor Professional 2013
Vault Collaboration 2013
