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.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3487).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelConnectsElements
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). Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3496). | |
| 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 Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3500). | |
| 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 Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3504). | |
Generated by PasDoc 0.17.0.snapshot.