Hello everybody
My Revit project has lots of walls with openings (windows) and I need to calculate each wall’s area up to a certain height. for example in the uploaded image i need a Dynamo code to calculate the wall’s area which is under the red line (blue area under red line).
can anyone help me?
Thank you very much
I’d use select by face for the wall, select model element for a cutting curve or plane. Then use the custom node " Intersection.Geometry Split" from LunchBox.

Walls Surface Area.dyn (16.6 KB)
Here you go.
Make sure you have the packages installed:
1- Clockwork
2- Ampersand
Thanks so much dear Tay, it works correctly, sorry for the late answer!
HI! I’ve just found this old discussion, i was wondering if you can help me to calculate the wall surfaces in order to obtain the total area for wall painting than, calculating the interior area for external walls and both faces for internal walls.
Thank you so much.
You can get the sf of wall/material with a simple revit schedule. I think using dynamo to do this is overkill.

