#### [DiGi\.Analytical\.Building](DiGi.Analytical.Building.Overview.md 'DiGi\.Analytical\.Building\.Overview') ## DiGi\.Analytical\.Building\.Enums Namespace ### Enums ## OpeningConstructionPart Enum Specifies the various components that constitute an opening construction, such as panes and frames\. ```csharp public enum OpeningConstructionPart ``` ### Fields `Undefined` 0 The opening construction part is undefined\. `Pane` 1 Represents the pane part of an opening construction\. `Frame` 2 Represents the frame part of the opening construction\. ## SpaceParameter Enum Defines the set of parameters associated with a space in the analytical building model\. ```csharp public enum SpaceParameter ``` ### Fields `CalculatedArea` 0 Represents the calculated area of the space in square meters \(m2\)\. `CalculatedVolume` 1 Represents the calculated volume of a space, typically measured in cubic meters \(m3\)\. ## StructurePosition Enum Specifies the relative position of a structural element within a building\. ```csharp public enum StructurePosition ``` ### Fields `Undefined` 0 Undefined `Center` 1 Indicates that the structure position is at the center\. `External` 2 Represents the external structure position\. `Internal` 3 Represents the internal structure position\.