Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcActorSelect

Definition from IAI: The actor select type allows a person and/or organization to be referenced.

NOTE Corresponding STEP name: person_organization_select, 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

SELECT

EXPRESS specification:

TYPE IfcActorSelect = SELECT
( IfcOrganization,
IfcPerson,
IfcPersonAndOrganization);
END_TYPE;