I am using a Dynamo Script to delete and make new openings in floors and ceilings.
How do I select openings that are at a particular elevation? It seems as though the openings have no parameters to filter them by.
Thanks
I am using a Dynamo Script to delete and make new openings in floors and ceilings.
How do I select openings that are at a particular elevation? It seems as though the openings have no parameters to filter them by.
Thanks
Here is how I would do it.
Since openings have a host we can:
John, you just make it look so simple!
I thought of getting the host, however I got nulls as a return. I will try that out!
Clockwork Element.Host + works. Other nodes only return Null.
Thanks!