Addtional two header lines in inventor BOM

Addtional two header lines in inventor BOM

sbalasubramanianJJDFU
Enthusiast Enthusiast
351 Views
3 Replies
Message 1 of 4

Addtional two header lines in inventor BOM

sbalasubramanianJJDFU
Enthusiast
Enthusiast

Attached is something we created in Solidedge that has two header lines above BOM table.Is it possible to create in Inventor drawing BOM? Suggestions please. thanks!

 

 

2025-04-11_18-21-06.jpg

0 Likes
Accepted solutions (1)
352 Views
3 Replies
Replies (3)
Message 2 of 4

vladimir_michl
Advisor
Advisor
Accepted solution

Yes, you can have a multi-line header in Inventor parts lists - like this:

 

mlpartslist0.png

You will probably need a simple iLogic macro to inject the CrLf character. See:

https://www.cadforum.cz/en/multiline-header-of-a-parts-list-in-an-inventor-drawing-tip14489

 

Vladimir Michl, www.arkance.world  -  www.cadforum.cz

 

0 Likes
Message 3 of 4

sbalasubramanianJJDFU
Enthusiast
Enthusiast

is it possible to let the user enter the DETAIL LIST and of the product components in the prompt entry box, so that the user can enter it directly ?

0 Likes
Message 4 of 4

vladimir_michl
Advisor
Advisor

Yes, prompts can be added like this:

myTitle2 = InputBox("Prompt", "Title", "Default Entry")
PartsList.Title() = "DETAIL LIST" & vbCrLf & myTitle2

 

Vladimir Michl, www.arkance.world  -  www.cadforum.cz

 

0 Likes