Here are a series of screenshots to show both workflows.
| Assembly of 3 components with BOM |
Now let's pretend we'd like to simplify the assembly (for performance reasons) by creating a new level of detail and simply suppressing one of the "B" blocks.
| Assembly with B block suppressed for performance |
The BOM quantity still shows 2 x Block B even though one has been supressed.
And now we'd like to simplify the assembly in the same way, but for configuration reasons and therefore, we want the BOM to reflect the assembly we see on the screen.
I first created a new LOD and then created an iLogic rule to suppress 1 of the "B" blocks using the following code:
Component.IsActive("PART B:2") = 0
And this is the result:
| Assembly with B block suppressed to show a configuration |
The BOM quantity shows 1 x B Block as a normal component and 1 x B Block as a reference component. The reference component will not show in a parts list so the drawing of this configuration will only show 1 x A Block and 1 x B Block on the drawing view as well as the parts list.
If you're on our CSP program and would like further explanation of this, give us a ring.
0 comments:
Post a Comment