My ultimate goal is to find the area of the exterior walls facing each cardinal direction: area of North facing walls, area of South facing walls, etc.
All of my exterior wall types have “EXT” in their name, so I’m trying to filter out walls of those types to consider the orientation of. However, the “String.Contains” component is throwing me an error: “String.Contains operation failed”
Do element names not contain the names of their type? Am I trying to run the component on too many walls (about 6000)? Any help much appreciated.