Hello!
I’m trying to create multiple families with the “New component family” component. I have a tree with 3 branches, each contain a list of some geometry. I would like to create a separate family for each of these branches.
In this example I have 3 branches, but I actually have around 100 of these. So just to recap, I basically want to do a for loop with “New component family” to create a number of families with different geometry.
I was just having a similar problem. I had 2 elements coming together to make a family. Add the second one and it would delete the first when it should have just been 2 elements in the 1 family.
I pushed the list levels to match and BOOM, it worked.