This notebook contains debugging efforts for the issue https://github.com/architecture-building-systems/CityEnergyAnalyst/issues/1625


In [4]:
import cea.config
import cea.inputlocator

from cea.resources.radiation_daysim.geometry_generator import *

In [5]:
config = cea.config.Configuration()
locator = cea.inputlocator.InputLocator(scenario=config.scenario)
settings = config.radiation_daysim

In [6]:
elevation_mean, geometry_terrain = raster2tin(locator.get_terrain())

In [9]:
face0 = geometry_terrain[0]

In [10]:
face0.TShape()


Out[10]:
<OCC.TopoDS.Handle_TopoDS_TShape; proxy of <Swig Object of type 'Handle_TopoDS_TShape *' at 0x0000000004FC3780> >

In [11]:
face0.Orientation()


Out[11]:
0

In [ ]: