First time here? Check out the Help page!
1 | initial version |
SimpleGlazing
is a material, not a surface. As such, it doesn't have any spacial characteristics. You'd want to grab all the SubSurface
objects in your model and filter those by sub surface type to get, say, only FixedWindow
s. Once you have those you can look at the azimuth since SubSurface
inherits PlanarSurface
functions. From there you could create and new SimpleGlazing
construction and assign it to those sub-surfaces.