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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelConnectsElements
Overview
Properties
property ConnectionGeometry: TIfcConnectionGeometry read FConnectionGeometry write FConnectionGeometry; |
|
property RelatingElement: TIfcElement read FRelatingElement write FRelatingElement; |
|
property RelatedElement: TIfcElement read FRelatedElement write FRelatedElement; |
Description
Properties
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). |
property RelatingElement: TIfcElement read FRelatingElement write FRelatingElement; |
|
Reference to a subtype of IfcElement that is connected by the connection relationship in the role of |
property RelatedElement: TIfcElement read FRelatedElement write FRelatedElement; |
|
Reference to a subtype of IfcElement that is connected by the connection relationship in the role of |
Generated by PasDoc 0.16.0-snapshot.