Class TIfcOpeningElement
Unit
Declaration
type TIfcOpeningElement = class(TIfcFeatureElementSubtraction)
Description
Opening: a void within any element that has physical manifestation.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcOpeningElement.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcElement
- TIfcFeatureElement
- TIfcFeatureElementSubtraction
- TIfcOpeningElement
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property PredefinedType: TIfcOpeningElementTypeEnum read FPredefinedType write FPredefinedType
default TIfcOpeningElementTypeEnum.NotDefined; |
![]() |
property HasFillings: TIfcRelFillsElementList read FHasFillings; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. | |
![]() |
destructor Destroy; override; |
|
This item has no description. | |
Properties
![]() |
property PredefinedType: TIfcOpeningElementTypeEnum read FPredefinedType write FPredefinedType
default TIfcOpeningElementTypeEnum.NotDefined; |
|
By default NotDefined if not specified, we deliberately made NotDefined the enum value with memory representation 0 in Pascal. | |
![]() |
property HasFillings: TIfcRelFillsElementList read FHasFillings; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.

