Ultimately, I’m aiming to create a report of the Highest glazing point in each Exterior room & compare it to the Room’s ceiling height (creating another graph to take Lowest ceiling measurement of those rooms). Using the Basic Arch Sample project to test it in.
So (not too familiar when it comes to dealing with geometry in Dynamo) on Exterior facing Rooms I’m wanting to grab the Openings (CP’s) with Exterior Glazing materials (object containing the material) using Clockwork’s “Element.Materials+” from what I’ve found so far on the forum. I’ve been looking to find a way to gab the Mid-point of its edges, but then be able to document the height from it’s Base Level.
Right now my script is portioned out to simply grab all CP’s.
I’d like to have it “group” by Lines instead of coordinate of each point so that I may then get all those mid-points within a List quicker/easier, which I’ll filter it out to a new list by the one with the largest Z value from the associated Room (but in this graph it’ll eventually be by its wall base level).
I’m stuck here…
Extract Geometry from Materials.dyn (123.1 KB)