Class TIfcRelConnectsElements

Unit

Declaration

type TIfcRelConnectsElements = class(TIfcRelConnects)

Description

Relationship provides the generalization of the connectivity between elements. It is a 1 to 1 relationship.

Hierarchy

Overview

Properties

Published property ConnectionGeometry: TIfcConnectionGeometry read FConnectionGeometry write FConnectionGeometry;
Published property RelatingElement: TIfcElement read FRelatingElement write FRelatingElement;
Published property RelatedElement: TIfcElement read FRelatedElement write FRelatedElement;

Description

Properties

Published property ConnectionGeometry: TIfcConnectionGeometry read FConnectionGeometry write FConnectionGeometry;

Geometric shape representation of the connection geometry that is provided in the object coordinate system of the RelatingElement (mandatory) and in the object coordinate system of the RelatedElement (optionally).

Published property RelatingElement: TIfcElement read FRelatingElement write FRelatingElement;

Reference to a subtype of IfcElement that is connected by the connection relationship in the role of RelatingElement.

Published property RelatedElement: TIfcElement read FRelatedElement write FRelatedElement;

Reference to a subtype of IfcElement that is connected by the connection relationship in the role of RelatedElement.


Generated by PasDoc 0.16.0-snapshot.