PIPES in the corresponding levels

Hello everyone.

I’m new in Dynamo and I would like to know a way to include the PIPE elements in the corresponding reference levels. When I use the “All Elements at Level” node, the elements of PIPE category are not included. So I would like to know an alternative way to achieve this goal.

Thanks at all!

You could get all pipes by category, get the base level parameter, and then group by level, filtering for only the level you want. Vertical pipes and offsets that are greater than level height will need to be taken into account as well though.

Another method is to get the location curve and compare the z value to the elevation of the floors.