References to instances
- March 20, 2019
- 2 replies
- 3845 views
I'm starting a new library of components. I am going to have the following structure typically
Assembly_generic
PartA_generic
PartB_generic
and an instance of that assembly will be like this (in table format):
| PartA | PartB | |
| Assembly_INST1 | PartA_INST1 | PartB_INST1 |
| Assembly_INST2 | PartA_INST2 | PartB_INST2 |
PartA is a normal part with real dimensions that will be accurately modelled. PartB, however represents a consumable material (glue, shim or similar) so that its dimensions actually should come from Part A as well. Currently I have to define the same family table values in the tables of PartA and PartB, but I'm trying to find a way to define the dimensions only once, at the level of part A or at assembly level. Just to make the design clear and easy to update in the future. I want the partB to be a part because it has significant dimensions and properties for the BOM.
I've tried to define a sketch at assembly level and put its dimensions in the assembly family table, to use them as the master, but it doesn't work (see attached parts). And I think that the same will happen with an skeleton. I have also tried to use notebook params (for the first time) but I didn't get it either...I realised that params cant be used as values of my instance columns... Any idea or a different approach? Is this just not possible?
Thank you!
Carlos





