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
Copy file name to clipboardExpand all lines: src/CSharpSDK/Model/GriddedSkylightArea.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,8 @@ public GriddedSkylightArea
77
77
[Summary(@"A number for the spacing between the centers of each grid cell. This should be less than a third of the dimension of the Roof geometry if multiple, evenly-spaced skylights are desired. If Autocalculate, a spacing of one third the smaller dimension of the parent Roof will be automatically assumed.")]
78
78
[DataMember(Name="spacing")]// For Newtonsoft.Json
79
79
[System.Text.Json.Serialization.JsonPropertyName("spacing")]// For System.Text.Json
80
+
[LBTNewtonSoft.Newtonsoft.Json.JsonConverter(typeof(AnyOfJsonConverter))]// For Newtonsoft.Json
81
+
[System.Text.Json.Serialization.JsonConverter(typeof(AnyOfSystemJsonConverter))]// For System.Text.Json
Copy file name to clipboardExpand all lines: src/CSharpSDK/Model/GriddedSkylightRatio.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,8 @@ public GriddedSkylightRatio
77
77
[Summary(@"A number for the spacing between the centers of each grid cell. This should be less than a third of the dimension of the Roof geometry if multiple, evenly-spaced skylights are desired. If Autocalculate, a spacing of one third the smaller dimension of the parent Roof will be automatically assumed.")]
78
78
[DataMember(Name="spacing")]// For Newtonsoft.Json
79
79
[System.Text.Json.Serialization.JsonPropertyName("spacing")]// For System.Text.Json
80
+
[LBTNewtonSoft.Newtonsoft.Json.JsonConverter(typeof(AnyOfJsonConverter))]// For Newtonsoft.Json
81
+
[System.Text.Json.Serialization.JsonConverter(typeof(AnyOfSystemJsonConverter))]// For System.Text.Json
Copy file name to clipboardExpand all lines: src/CSharpSDK/Model/Room2DDoe2Properties.cs
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ public Room2DDoe2Properties
74
74
[Summary(@"A number for the design supply air flow rate for the zone the Room is assigned to (cfm). This establishes the minimum allowed design air flow. Note that the actual design flow may be larger. If Autocalculate, this parameter will not be written into the INP.")]
75
75
[DataMember(Name="assigned_flow")]// For Newtonsoft.Json
76
76
[System.Text.Json.Serialization.JsonPropertyName("assigned_flow")]// For System.Text.Json
77
+
[LBTNewtonSoft.Newtonsoft.Json.JsonConverter(typeof(AnyOfJsonConverter))]// For Newtonsoft.Json
78
+
[System.Text.Json.Serialization.JsonConverter(typeof(AnyOfSystemJsonConverter))]// For System.Text.Json
[Summary(@"A number for the design supply air flow rate to the zone per unit floor area (cfm/ft2). If Autocalculate, this parameter will not be written into the INP.")]
83
85
[DataMember(Name="flow_per_area")]// For Newtonsoft.Json
84
86
[System.Text.Json.Serialization.JsonPropertyName("flow_per_area")]// For System.Text.Json
87
+
[LBTNewtonSoft.Newtonsoft.Json.JsonConverter(typeof(AnyOfJsonConverter))]// For Newtonsoft.Json
88
+
[System.Text.Json.Serialization.JsonConverter(typeof(AnyOfSystemJsonConverter))]// For System.Text.Json
[Summary(@"A number between 0 and 1 for the minimum allowable zone air supply flow rate, expressed as a fraction of design flow rate. Applicable to variable-volume type systems only. If Autocalculate, this parameter will not be written into the INP.")]
91
95
[DataMember(Name="min_flow_ratio")]// For Newtonsoft.Json
92
96
[System.Text.Json.Serialization.JsonPropertyName("min_flow_ratio")]// For System.Text.Json
97
+
[LBTNewtonSoft.Newtonsoft.Json.JsonConverter(typeof(AnyOfJsonConverter))]// For Newtonsoft.Json
98
+
[System.Text.Json.Serialization.JsonConverter(typeof(AnyOfSystemJsonConverter))]// For System.Text.Json
[Summary(@"A number for the minimum air flow per square foot of floor area (cfm/ft2). This is an alternative way of specifying the min_flow_ratio. If Autocalculate, this parameter will not be written into the INP.")]
99
105
[DataMember(Name="min_flow_per_area")]// For Newtonsoft.Json
100
106
[System.Text.Json.Serialization.JsonPropertyName("min_flow_per_area")]// For System.Text.Json
107
+
[LBTNewtonSoft.Newtonsoft.Json.JsonConverter(typeof(AnyOfJsonConverter))]// For Newtonsoft.Json
108
+
[System.Text.Json.Serialization.JsonConverter(typeof(AnyOfSystemJsonConverter))]// For System.Text.Json
[Summary(@"A number between 0 and 1 for the ratio of the maximum (or fixed) heating airflow to the cooling airflow. The specific meaning varies according to the type of zone terminal. If Autocalculate, this parameter will not be written into the INP.")]
107
115
[DataMember(Name="hmax_flow_ratio")]// For Newtonsoft.Json
108
116
[System.Text.Json.Serialization.JsonPropertyName("hmax_flow_ratio")]// For System.Text.Json
117
+
[LBTNewtonSoft.Newtonsoft.Json.JsonConverter(typeof(AnyOfJsonConverter))]// For Newtonsoft.Json
118
+
[System.Text.Json.Serialization.JsonConverter(typeof(AnyOfSystemJsonConverter))]// For System.Text.Json
Copy file name to clipboardExpand all lines: src/CSharpSDK/Model/RoomRadialGridParameter.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ public RoomRadialGridParameter
90
90
[Summary(@"An optional number to override the radius of the meshes generated around each sensor. If Autocalculate, it will be equal to 45 percent of the grid dimension.")]
91
91
[DataMember(Name="mesh_radius")]// For Newtonsoft.Json
92
92
[System.Text.Json.Serialization.JsonPropertyName("mesh_radius")]// For System.Text.Json
93
+
[LBTNewtonSoft.Newtonsoft.Json.JsonConverter(typeof(AnyOfJsonConverter))]// For Newtonsoft.Json
94
+
[System.Text.Json.Serialization.JsonConverter(typeof(AnyOfSystemJsonConverter))]// For System.Text.Json
Copy file name to clipboardExpand all lines: src/CSharpSDK/Model/Story.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,8 @@ public Story
99
99
[Summary(@"A number for the distance from the floor plate of this story to the floor of the story above this one (if it exists). If Autocalculate, this value will be the maximum floor_to_ceiling_height of the input room_2ds.")]
100
100
[DataMember(Name="floor_to_floor_height")]// For Newtonsoft.Json
101
101
[System.Text.Json.Serialization.JsonPropertyName("floor_to_floor_height")]// For System.Text.Json
102
+
[LBTNewtonSoft.Newtonsoft.Json.JsonConverter(typeof(AnyOfJsonConverter))]// For Newtonsoft.Json
103
+
[System.Text.Json.Serialization.JsonConverter(typeof(AnyOfSystemJsonConverter))]// For System.Text.Json
[Summary(@"A number to indicate the height of the floor plane in the Z axis.If Autocalculate, this will be the minimum floor height of all the room_2ds, which is suitable for cases where there are no floor plenums.")]
108
110
[DataMember(Name="floor_height")]// For Newtonsoft.Json
109
111
[System.Text.Json.Serialization.JsonPropertyName("floor_height")]// For System.Text.Json
112
+
[LBTNewtonSoft.Newtonsoft.Json.JsonConverter(typeof(AnyOfJsonConverter))]// For Newtonsoft.Json
113
+
[System.Text.Json.Serialization.JsonConverter(typeof(AnyOfSystemJsonConverter))]// For System.Text.Json
0 commit comments