Class TIfcOrganizationRelationship
Unit
Declaration
type TIfcOrganizationRelationship = class(TIfcResourceLevelRelationship)
Description
Organization relationship.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcOrganizationRelationship.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1419).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcResourceLevelRelationship
- TIfcOrganizationRelationship
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property RelatingOrganization: TIfcOrganization read FRelatingOrganization write FRelatingOrganization; |
![]() |
property RelatedOrganizations: TIfcOrganizationList read FRelatedOrganizations; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1424). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1425). | |
Properties
![]() |
property RelatingOrganization: TIfcOrganization read FRelatingOrganization write FRelatingOrganization; |
|
Organization which is the relating part of the relationship between organizations. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1428). | |
![]() |
property RelatedOrganizations: TIfcOrganizationList read FRelatedOrganizations; |
|
The other, possibly dependent, organizations which are the related parts of the relationship between organizations. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1431). | |
Generated by PasDoc 0.17.0.snapshot.

