It would be nice to include/support the classes SimWindowand SimDoor.
Using @math-boy's API, I cannot distinguish between doors and windows. Both elements are treated as SimFeatureElementSubtraction_Void_Opening. Because the door/window is not defined, the information regarding material, etc is also not accesible.
Edited 08.11.2016:
SimWindow_Window_Exterior are actually recognized/supported... (SimWindow_Window_Interior not). I am using .simxml zone files (OneZone.simxml & TwoZones.simxml) where windows, despite being from a geometric point of view external, are defined within the simxml as SimWindow_Window_Interior....
It would be nice to include/support the classes
SimWindow
andSimDoor
.Using @math-boy's API, I cannot distinguish between doors and windows. Both elements are treated as
SimFeatureElementSubtraction_Void_Opening
. Because the door/window is not defined, the information regarding material, etc is also not accesible.Edited 08.11.2016:
SimWindow_Window_Exterior
are actually recognized/supported... (SimWindow_Window_Interior
not). I am using .simxml zone files (OneZone.simxml
&TwoZones.simxml
) where windows, despite being from a geometric point of view external, are defined within the simxml asSimWindow_Window_Interior
....