IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.1.3.6 IfcPersonAndOrganization

AbRV ⓘ
RV ⓘ

8.1.3.6.1 Semantic definition

This entity represents a person acting on behalf of an organization.

8.1.3.6.2 Entity inheritance

8.1.3.6.3 Attributes

# Attribute Type Description
IfcPersonAndOrganization (3)
1 ThePerson IfcPerson

The person who is related to the organization.

2 TheOrganization IfcOrganization

The organization to which the person is related.

3 Roles OPTIONAL LIST [1:?] OF IfcActorRole

Roles played by the person within the context of an organization. These may differ from the roles in ThePerson.Roles which may be asserted without organizational context.

Table 8.1.3.6.A

8.1.3.6.4 Formal representation

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

8.1.3.6.5 References

Edit on Github


Is this page difficult to understand? Let us know!