You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Bluebeam | Bluebeam markup files with data pulled through for specific workflows. |
15
-
| CSProject | CSProject files are used to work out compiling information for code projects. Typically seen in Visual Studio solution files |
16
-
| EnergyPlusLoads | EnergyPlusLoads is the XML schema for load results calculated using the EnergyPlus software |
17
-
| GBXML | gbXML Schema is the Green Building XML Schema, used by environment modelling software for the transfer of building geometry and data to tools such as IES, TAS, and more |
18
-
| KML | KML is a file format used to display geographic data in an Earth browser such as Google Earth |
15
+
| CSProject | CSProject files are used to work out compiling information for code projects. Typically seen in Visual Studio solution files.|
16
+
| EnergyPlusLoads | EnergyPlusLoads is the XML schema for load results calculated using the EnergyPlus software.|
17
+
| GBXML | gbXML Schema is the Green Building XML Schema, used by environment modelling software for the transfer of building geometry and data to tools such as IES, TAS, and more.|
18
+
| KML | KML is a file format used to display geographic data in an Earth browser such as Google Earth.|
| ReplaceCurtainWalls |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to true if you want to replace curtain walls to have openings the same size as the wall. This is useful for IES exports. Default false | - |
32
-
| ReplaceSolidOpeningsIntoDoors |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to true if you want to replace an opening which is marked as solid into a door. Useful for IES exports. Default false | - |
33
-
| IncludeConstructions |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to true if you want to include construction and material data in the export. Default false | - |
34
-
| FixIncorrectAirTypes |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to true if you want air types with one adjacent space (i.e. external air walls) to have their type fixed based on their tilt. Default false | - |
35
-
| NewFile |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to false if you want to append to a file when pushing XML. If set to true then a file will be created. If a file exists, it will be overwritten. Default true | - |
36
-
| ResultsUnitType |[UnitType](/api/oM/Adapter/Adapters/XML/Enums/UnitType)| Set the unit type for the results to be either SI or Imperial. Default SI | - |
37
-
| ExportDetail |[ExportDetail](/api/oM/Adapter/Adapters/XML/Enums/ExportDetail)| Set the detail of your export to be either full (whole building), shell (exterior walls only), or spaces (each individual space as its own XML file). Default full | - |
38
-
| DistanceTolerance |[double](https://learn.microsoft.com/en-us/dotnet/api/System.Double?view=netstandard-2.0)| Set the tolerance for distance between points to define a 'short' segment which should be removed from export, default is set to BH.oM.Geometry.Tolerance.Distance | - |
39
-
| PlanarTolerance |[double](https://learn.microsoft.com/en-us/dotnet/api/System.Double?view=netstandard-2.0)| Set tolerance for planar surfaces, default is set to BH.oM.Geometry.Tolerance.Distance | - |
40
-
| OffsetDistance |[double](https://learn.microsoft.com/en-us/dotnet/api/System.Double?view=netstandard-2.0)| Set a distance to offset openings that have a area >= the area of the host panel. Value should be negative. Defaults to -0.001 | - |
41
-
| AngleTolerance |[double](https://learn.microsoft.com/en-us/dotnet/api/System.Double?view=netstandard-2.0)| Set the tolerance for angle calculations when exporting to XML. Default is set to BH.oM.Geometry.Tolerance.Angle | - |
42
-
| RoundingSettings |[RoundingSettings](/api/oM/Adapter/Adapters/XML/GBXML/RoundingSettings)| Set the rounding options for numerical outputs to be used within gbXML creation. Default is per the Rounding Settings defaults | - |
43
-
| UnitSetUp |[GBXMLUnitSetUp](/api/oM/Adapter/Adapters/XML/GBXML/GBXMLUnitSetUp)| Set the units to be used for the export of a gbXML file. Default units will be in SI using the defaults of the GBXMLSetUp object if none are provided | - |
31
+
| ReplaceCurtainWalls |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to true if you want to replace curtain walls to have openings the same size as the wall. This is useful for IES exports. Default false.| - |
32
+
| ReplaceSolidOpeningsIntoDoors |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to true if you want to replace an opening which is marked as solid into a door. Useful for IES exports. Default false.| - |
33
+
| IncludeConstructions |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to true if you want to include construction and material data in the export. Default false.| - |
34
+
| FixIncorrectAirTypes |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to true if you want air types with one adjacent space (i.e. external air walls) to have their type fixed based on their tilt. Default false.| - |
35
+
| NewFile |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to false if you want to append to a file when pushing XML. If set to true then a file will be created. If a file exists, it will be overwritten. Default true.| - |
36
+
| ResultsUnitType |[UnitType](/api/oM/Adapter/Adapters/XML/Enums/UnitType)| Set the unit type for the results to be either SI or Imperial. Default SI.| - |
37
+
| ExportDetail |[ExportDetail](/api/oM/Adapter/Adapters/XML/Enums/ExportDetail)| Set the detail of your export to be either full (whole building), shell (exterior walls only), or spaces (each individual space as its own XML file). Default full.| - |
38
+
| DistanceTolerance |[double](https://learn.microsoft.com/en-us/dotnet/api/System.Double?view=netstandard-2.0)| Set the tolerance for distance between points to define a 'short' segment which should be removed from export, default is set to BH.oM.Geometry.Tolerance.Distance.| - |
39
+
| PlanarTolerance |[double](https://learn.microsoft.com/en-us/dotnet/api/System.Double?view=netstandard-2.0)| Set tolerance for planar surfaces, default is set to BH.oM.Geometry.Tolerance.Distance.| - |
40
+
| OffsetDistance |[double](https://learn.microsoft.com/en-us/dotnet/api/System.Double?view=netstandard-2.0)| Set a distance to offset openings that have an area >= the area of the host panel. Value should be negative. Defaults to -0.001.| - |
41
+
| AngleTolerance |[double](https://learn.microsoft.com/en-us/dotnet/api/System.Double?view=netstandard-2.0)| Set the tolerance for angle calculations when exporting to XML. Default is set to BH.oM.Geometry.Tolerance.Angle.| - |
42
+
| RoundingSettings |[RoundingSettings](/api/oM/Adapter/Adapters/XML/GBXML/RoundingSettings)| Set the rounding options for numerical outputs to be used within gbXML creation. Default is per the Rounding Settings defaults.| - |
43
+
| UnitSetUp |[GBXMLUnitSetUp](/api/oM/Adapter/Adapters/XML/GBXML/GBXMLUnitSetUp)| Set the units to be used for the export of a gbXML file. Default units will be in SI using the defaults of the GBXMLSetUp object if none are provided.| - |
| NewFile |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to false if you want to append to a file when pushing XML. If set to true then a file will be created. If a file exists, it will be overwritten. Default true | - |
31
+
| NewFile |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set to false if you want to append to a file when pushing XML. If set to true then a file will be created. If a file exists, it will be overwritten. Default true.| - |
0 commit comments