I’m running a view analysis to determine what faces (and parts of that face) of a building gets view of the water (in this case a river). Currently, the analysis outputs a percentage per facade/test node and it indicates the % of water surface nodes can be seen from that facade node.
I’d like to simplify the resulting visual into a binary result instead of percentage – 1 it has a view of the water, 0 it has no view of the water. I don’t care how good of a view it is, just whether the water can be seen or not.
2 options to do this, I think:
- take the result analysis, if >0, re-assign the value to 1. From here, re-color the mesh, but I have no idea how to do that.
- View Analysis also has a binary output (in list form) that i’m sure can be turned into a colored mesh but same issue as above