Finding out which direction is wall face pointing to

It might seem a little bit utopic, but I would like to know if there is a way to find out what direction (south, east, etc) is wall face pointing to, automatically of course?

The wall’s normal vector should point in the direction of its exterior face. If the project is aligned to North it’s a straightforward association, otherwise you’ll need to adjust based on the coordinate system.

Some package options:

1 Like

What I meant by my question, is whether I can get south, east values from this list:
image

I wound up editing my last post after you had already responded, but you can get the normal vector off the surface (refer to last post’s image)

From there you need to compare it to your North, then bin your values based on how specific you need your directions.

1 Like

Ohh got it, thank you so much!