Class TIfcRelConnectsWithRealizingElements
Unit
Declaration
type TIfcRelConnectsWithRealizingElements = class(TIfcRelConnectsElements)
Description
Relationship that is made between two elements that require the realization of that relationship by means of further realizing elements.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3562).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelConnectsElements
- TIfcRelConnectsWithRealizingElements
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property RealizingElements: TIfcElementList read FRealizingElements; |
| Published | property ConnectionType: TIfcLabel read FConnectionType write FConnectionType; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3567). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3568). | |
Properties
| Published | property RealizingElements: TIfcElementList read FRealizingElements; |
|
Rlements that realize a connection relationship. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3571). | |
| Published | property ConnectionType: TIfcLabel read FConnectionType write FConnectionType; |
|
The type of the connection given for informal purposes, it may include labels, like 'joint', 'rigid joint', 'flexible joint', etc. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3575). | |
Generated by PasDoc 0.17.0.snapshot.