I have this big tree creating structure, I want to divide this whole tree into elements defined by Unit A and Unit B, where each of these have this tetrapodal shape (joining the two curves in each unit still yields two separate items for some reason)
the point is to return control over tetrapods items, instead of random curves that are far away from each other, and maybe then group each tetrapod according to the height layer that it sits in
but applied on a tetrapodal lattice this time (which is difficult to array, control, or find out branches)
iām scrambling and watching video tutorials but nothing is working.
Note:
Iām not 100% sure what your ādata tree goalsā are, so Iāve just minimally helped you with keeping things organized rather than suggesting other ways to get to your lattice structureāat the very least, while respecting your own coding, it should assist in visualizing the tiers youāre already developing.
we made some arrays and move transformations, and we lost control over unit A, now we only have control at the level of a larger bounding box, and then some morearray, leaving us with a a bounding box surrounding an entire layer/floor.
my ultimate goal is to make a lattice out of units A and B, which we successfully have (4 layers), but then I want to have a separate bounding box for each unit in the entire structure afterwards (like the control we had before making our arrays and transformations, but for each unit in the lattice), because i want make a multipipe for each one, the lattice is made from separate multipipe pieces, but to do that i need to have bounding box for each tetrapod (units A and B), because this lattice is supposed to be built from identical modular pieces.
maybe my earlier post can clarify what i am exactly seeking, in this thread, Riccardo helped me make the multipipe work, but I couldnāt apply his solution to a tetrapodal lattice like the one in this main thread, because I couldnt figure out how to box array a tetrapodal lattice (due to geometrical reasons).
if you could provide more help i would really appreciate it, thank you
I see, then the data has to change a bit if Iām understanding correctly that what you want to retrieve is the arrayed clusters, not an entire layer of arrayed clusters.
I wouldnāt say it like thatāthe ābaseā unit mimicked your single-line structure without joining anything, so there are no polylines, only a 4-line group representing the base unit.
Bottom line:
Itās quite normal for your end goal to get lost in translation via pure text description(s). For more effective help, Iād encourage you to provide another annotated screenshot or sketch showing (color-coded) what you want before I/others spend more time on it.
what i am trying to do is to apply a multipipe to this diamond/tetrapod lattice in particular, where each layer has a decreasing strut/pipe thickness as you go up in height (z direction).
but the problem with this attempt, is that the pipes dont have matching radius where they meet at each layer, what i need is to have a continuous smooth decrease in pipe radius as you go up, sort of like a remapped Z-distance factor for the multipipie from the ground upwards. as you can see in the picture above, pipes that are lower have a wider radius than the one they articulate with above, so they appear loose and choppy.
also I need to have each tetrapod unit capable of being selecting separately, so that when I bake the whole structure, I can control which tetrapod units to keep/delete.
i will upload the rhino file of the structure if it helps in imagining the structure in 3D.