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.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelConnectsElements
- TIfcRelConnectsWithRealizingElements
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property RealizingElements: TIfcElementList read FRealizingElements; |
|
property ConnectionType: TIfcLabel read FConnectionType write FConnectionType; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property RealizingElements: TIfcElementList read FRealizingElements; |
|
Rlements that realize a connection relationship. |
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. |
Generated by PasDoc 0.16.0-snapshot.