Nested Wall Parts

Ok, I like to solve my problems by myself, so here we are.

  1. I made a python node to identify if a part’s parent is a part itself. Then I can compare my input list with the result to filter my parts and keep only the very last children.

  2. I recursively search for the original object that the part comes from, in another python code. It includes cases where the part have been created by merging multiple parts.

I post the files if anyone could be interrested.
File 1.dyn (15.6 KB)
GetPartOriginalParent.dyf (7.2 KB)
IntermediatePartList.dyf (7.2 KB)

2 Likes