Not applicable
08-10-2018
01:00 AM
Hi there, I am a bit lost in retrieving nested families. I have 3 families. Fam A,B,C.
I checked "Shared" for fam C.
C is nested in B. B is not shared.
B is nested in A.
So when I ask A if it has .GetSubComponentIds() it says NOPE. Which is strange, because it should report C as subcomponent, but it does not.
So then I thought, lets make fam B Shared aswell. Now fam A.GetSubComponentIds() finds B as subcomponent.
But when I ask if B has subcomponents it says NOPE.
SO, the question is, how can I get to fam C. Or does the API only have the ability to look 1 level deep?
Solved! Go to Solution.
Link copied