Class TIfcPersonAndOrganization
Unit
Declaration
type TIfcPersonAndOrganization = class(TIfcPersistent)
Description
Person acting on behalf of an organization.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcPersonAndOrganization.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1345).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPersonAndOrganization
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property ThePerson: TIfcPerson read FThePerson write FThePerson; |
![]() |
property TheOrganization: TIfcOrganization read FTheOrganization write FTheOrganization; |
![]() |
property Roles: TIfcActorRoleList read FRoles; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1351). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1352). | |
Properties
![]() |
property ThePerson: TIfcPerson read FThePerson write FThePerson; |
|
Person who is related to the organization. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1355). | |
![]() |
property TheOrganization: TIfcOrganization read FTheOrganization write FTheOrganization; |
|
Organization to which the person is related. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1358). | |
![]() |
property Roles: TIfcActorRoleList read FRoles; |
|
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1361). | |
Generated by PasDoc 0.17.0.snapshot.

