How to correctly reuse sub-assemblies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello there.
I'm looking for the best modeling practice for our company. We have been using Autodesk Inventor for some years now, but we feel we aren't getting the most out of it. Maybe there are some "user related needs" that block the full potential or, we aren't using Inventor correctly ( or could be both ).
When modeling our browser tree looks a bit like this for example
- Main assembly
--- Sub-assembly [ a ]
--- Sub-assembly [ b ]
--- Sub-assembly [ c ]
--- Sub-assembly [ d ]
--- Sub-assembly [ e ]
But, when I tell you that c, d, e are identical object there is something wrong ( in my opinion ) we should not need to have 3 different assemblies for the same object.
What it should look like:
- Main assembly
--- Sub-assembly [ a ]
--- Sub-assembly [ b ]
--- Sub-assembly [ c ]
--- Sub-assembly [ c ]
--- Sub-assembly [ c ]
If we do this the result for the BOM would be
- 1x [ a ]
- 1x [ b ]
- 3x [ c ]
Looks good to me.
Now if we look to our product, it's a pressure vessel. Let's keep it very simple and name the object for the sub-assemblies
- [ a ] = Shell
- [ b ] = Manway
- [ c ] = Connection nozzle
What do we require for trace-ability when placing in the workshop : is that each sub-assembly can be ballooned with a unique indentifier.
The tag would look something like this:
- [ a ] = Shell
- [ b ] = MW
- [ c ] = {N1, N2, N3} <-- Here is a problem. Assembly [ c ] has only one iProperty that can be attached to the balloon and is for each nozzle the same.
With this problem in mind i'm back looking at the first example which allows me to balloon all sub-assemblies. But also forces me to split 3 perfectly the same items into 3 different assemblies ( not so fun ).
How is this best handeled in Inventor?
Please kudo if this post was helpfull
Please accept as solution if your problem was solved
Inventor 2014 SP2