iLogic to trigger BOM in assembly

iLogic to trigger BOM in assembly

berry.lejeune
Advocate Advocate
293 Views
1 Reply
Message 1 of 2

iLogic to trigger BOM in assembly

berry.lejeune
Advocate
Advocate

Hello all,

 

In the process of facilitating and making sure I don't forget anything when making my models I need a code to trigger  "BOM" in an assembly.

When I hit the iTrigger button in my assembly, I'm already getting two forms to make the assembly but I have no idea how to let the "BOM" come out so I don't forget to select the correct materials and enter the descriptions

 

Thanks

0 Likes
Accepted solutions (1)
294 Views
1 Reply
Reply (1)
Message 2 of 2

WCrihfield
Mentor
Mentor
Accepted solution

Hi @berry.lejeune.  One fairly simple thing you could do is have a line of code in a rule that executes the command to show the assembly BOM dialog, like this:

ThisApplication.CommandManager.ControlDefinitions.Item("AssemblyBillOfMaterialsCmd").Execute

If this solved your problem, or answered your question, please click ACCEPT SOLUTION .
Or, if this helped you, please click (LIKE or KUDOS) 👍.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes