Class TIfcRelFillsElement

Unit

Declaration

type TIfcRelFillsElement = class(TIfcRelConnects)

Description

Relationship between an opening element and an element that fills (or partially fills) the opening element. It is an one-to-one relationship.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRelFillsElement.htm

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3960).

Hierarchy

Overview

Properties

Published property RelatingOpeningElement: TIfcOpeningElement read FRelatingOpeningElement write FRelatingOpeningElement;
Published property RelatedBuildingElement: TIfcElement read FRelatedBuildingElement write FRelatedBuildingElement;

Description

Properties

Published property RelatingOpeningElement: TIfcOpeningElement read FRelatingOpeningElement write FRelatingOpeningElement;

Opening Element being filled by virtue of this relationship.

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3966).

Published property RelatedBuildingElement: TIfcElement read FRelatedBuildingElement write FRelatedBuildingElement;

Reference to element that occupies fully or partially the associated opening.

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3968).


Generated by PasDoc 0.17.0.snapshot.