Navigation

IfcPersonAndOrganization

Definition from IAI: Identification of a person within an organization.

HISTORY This entity has changes after IFC Release 1.5.1.

EXPRESS specification:

ENTITY IfcPersonAndOrganization;
ThePerson  :  IfcPerson;
TheOrganization  :  IfcOrganization;
Roles  :  OPTIONAL LIST [1:?] OF IfcActorRole;
END_ENTITY;

Attribute definitions:

ThePerson  :  The person who is related to the organization.
TheOrganization  :  The organization to which the person is related.
Roles  :  Roles played by the person and organization.

References (3):

Name Type Referred through Express-G
IfcActorSelect Select
Select relation
Diagram 1
IfcOrganization Entity
Attribute 'Engages'
Diagram 1
IfcPerson Entity
Attribute 'EngagedIn'
Diagram 1

Inheritance graph

ENTITY IfcPersonAndOrganization;
ENTITY IfcPersonAndOrganization;
ThePerson  :  IfcPerson;
TheOrganization  :  IfcOrganization;
Roles  :  OPTIONAL LIST [1:?] OF IfcActorRole;
END_ENTITY;