Skip to content

VerticalOpeningRevealType

Canonical path: NemAll_Python_ArchElements.VerticalOpeningRevealType

Bases: Enum

Type of the reveal

eNone : no reveal eEmbedded: embedded reveal eInterior: interior reveal eExterior: exterior reveal

Attributes:

eEmbedded class-attribute instance-attribute

eEmbedded = 1

eExterior class-attribute instance-attribute

eExterior = 3

eInterior class-attribute instance-attribute

eInterior = 2

eNone class-attribute instance-attribute

eNone = 0