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

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property PredefinedType: TIfcOpeningElementTypeEnum read FPredefinedType write FPredefinedType default TIfcOpeningElementTypeEnum.NotDefined;
Published property HasFillings: TIfcRelFillsElementList read FHasFillings;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Published 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.

Published property HasFillings: TIfcRelFillsElementList read FHasFillings;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.