Can a drawing have more than one "DrawingBom"

bradeneuropeArthur
Mentor
Mentor

Can a drawing have more than one "DrawingBom"

bradeneuropeArthur
Mentor
Mentor

 

Is it possible to have more DrawingBoms in one drawing?

Via the API you have the object DrawingBoms which suggest multiple.

 

ThisDrawing.Document.DrawingBOMs.Count

Regards,

Arthur Knoors

Autodesk Affiliations:

Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:Drawing List!|Toggle Drawing Sheet!|Workplane Resize!|Drawing View Locker!|Multi Sheet to Mono Sheet!|Drawing Weld Symbols!|Drawing View Label Align!|Open From Balloon!|Model State Lock!
Posts and Ideas:Dimension Component!|Partlist Export!|Derive I-properties!|Vault Prompts Via API!|Vault Handbook/Manual!|Drawing Toggle Sheets!|Vault Defer Update!


! For administrative reasons, please mark a "Solution as solved" when the issue is solved !

0 Likes
Reply
259 Views
3 Replies
Replies (3)

CCarreiras
Mentor
Mentor

Hi!

 

You can gave more then one, with different filters applied, but... all of the same type:

all lists type "STRUTURED", or all lists type "PARTS ONLY".

 

Ex:

CCarreiras_0-1696410860905.png

 

CCarreiras

EESignature

bradeneuropeArthur
Mentor
Mentor

@CCarreiras means all the same DrawingBom.

And DrawingBoms.Count will always return "1"

 

Correct?

Regards,

Arthur Knoors

Autodesk Affiliations:

Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:Drawing List!|Toggle Drawing Sheet!|Workplane Resize!|Drawing View Locker!|Multi Sheet to Mono Sheet!|Drawing Weld Symbols!|Drawing View Label Align!|Open From Balloon!|Model State Lock!
Posts and Ideas:Dimension Component!|Partlist Export!|Derive I-properties!|Vault Prompts Via API!|Vault Handbook/Manual!|Drawing Toggle Sheets!|Vault Defer Update!


! For administrative reasons, please mark a "Solution as solved" when the issue is solved !

0 Likes

Michael.Navara
Advisor
Advisor

You can get more than one DrawingBOM if you create drawing with more than one base views from different models with its partsLists

See the sample in attachment