Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcPersonAndOrganization

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

NOTE Corresponding STEP name: person_and_organization, please refer to ISO/IS 10303-41:1994 for the final definition of the formal standard.
HISTORY New entity in 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 within the context of an organization.

Inheritance graph

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