Skip to content

BH.oM.Environment.SAP.XML.OpeningType

Class structure

Implemented interfaces and base types

The OpeningType is inheriting from the following base type(s) and implements the following interfaces:

Properties

Defining properties

The following properties are defined on the class

Name Type Description Quantity
Name string Unique name which identifies this opening type. -
Description string . -
DataSource string The source of the data for this type of opening. -
UValue string The U-value. -
Type string The (physical) type of opening that this opening type represents. -
GlazingType string The type of glazing. -
GlazingGap string Gap between glass panes. -
IsArgonFilled Nullable<bool> Is the opening argon-filled?. -
IsKryptonFilled Nullable<bool> Is the opening krypton-filled?. -
FrameType string The type of frame. -
GValue string The solar transmittance; not if a door. -
FrameFactor string The frame factor; not if a door. -
IntersectsFloor bool Determines whether or not the opening intersects with the floor (such as a glazed door). -

Inherited properties

The following properties are inherited from the base class of the object

Name Type Description Quantity
BHoM_Guid Guid - -
Fragments FragmentSet - -
Tags HashSet<string> - -
CustomData Dictionary<string, object> - -

Code and Schema

C# implementation

C#
public class OpeningType : BH.oM.Base.BHoMObject, BH.oM.Base.IBHoMObject, BH.oM.Base.IObject

Assembly: SAP_oM.dll

The C# class definition is available on github:

All history and changes of the class can be found by inspection the history.

JSON Schema implementation

The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.

JSON Schema
{
 "$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/SAP_oM/SAP/XML/OpeningType.json"
}

The JSON Schema is available on github here: