Skip to content

DiGi.Analytical.Building.Enums

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.Analytical.Building.Enums Namespace

Enums

OpeningConstructionPart Enum

Specifies the various components that constitute an opening construction, such as panes and frames.

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.

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.

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.

Clone this wiki locally