I want to place a bunch of families on a topography made with the “Floors” category, by modifying its sub-elements. I’ve tried several options until I arrived at this approach. I’m not using the Element.Geometry node because with some types of floors that have more complex modifications, it doesn’t work. So I decided to select faces of the floors instead.
The projection of the families onto the floors is done using a line from the family’s location point along the Z-axis (assuming the families should always be placed above the floors), because the Point.Project node didn’t work for me.
I think the problem with the script is that I’m not able to maintain the same order between the families and their corresponding repositioning points. I know this shouldn’t be a complicated solution, but I just can’t get it right.
Thank you very much.
Best regards.
ColocarFamiliaEnSueloComplejos.dyn (60.1 KB)
1 Like
so you want set your families not by face, yes ? so the should be on the face but driven by Z values ?
That´s right!
1 Like
InterSectionByValue.dyn (40.0 KB)
@adrianapestano
i did intersections by vertical lines, maybe that can be a way!
In the end, I managed to do it with that same solution, but in a real project, I had a lot of issues, like it not recognizing the geometry because it was too complex… thanks for your response!
1 Like