Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

AdamsoSa's profile - activity

2023-01-27 08:13:13 -0500 received badge  Supporter (source)
2023-01-27 08:13:12 -0500 marked best answer gbXML - RectangularGeometry and PlanarGeometry

I am working with gbXML files generated by CAD, and I notice that all Surface elements seem to have their geometry described both by a PlanarGeometry child element and a RectangularGeometry child element. In the docs I see that RectangularGeometry is described as 'Geometry in a form typically used by Simulation engines'.

In some circumstances I have observed that RectangularGeometry describes a shape that differs from that which is described by PlanarGeometry for the same surface. For example the RectangularGeometry only provides a height and width (rectangular shape), while PlanarGeometry describes a non-rectangular polygon using a PolyLoop. There are some examples of this in the sample files listed on gbXML's sample files git repo.

Does the schema allow for surfaces to only be described by RectangularGeometry (not very clear in the documentation) without PlanarGeometry? What is the intended use case for RectangularGeometry?

2023-01-27 08:13:12 -0500 received badge  Scholar (source)
2023-01-24 13:24:59 -0500 received badge  Student (source)
2023-01-24 13:23:26 -0500 asked a question gbXML - RectangularGeometry and PlanarGeometry

gbXML - RectangularGeometry and PlanarGeometry I am working with gbXML files generated by CAD, and I notice that all Sur