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

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.

Published property RelatedBuildingElement: TIfcElement read FRelatedBuildingElement write FRelatedBuildingElement;

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


Generated by PasDoc 0.16.0-snapshot.