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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelFillsElement
Overview
Properties
property RelatingOpeningElement: TIfcOpeningElement read FRelatingOpeningElement write FRelatingOpeningElement; |
|
property RelatedBuildingElement: TIfcElement read FRelatedBuildingElement write FRelatedBuildingElement; |
Description
Properties
property RelatingOpeningElement: TIfcOpeningElement read FRelatingOpeningElement write FRelatingOpeningElement; |
|
Opening Element being filled by virtue of this relationship. |
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.