Class Ifc4::IfcOccupant

Nested Relationships

This class is a nested type of Struct Ifc4.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4::IfcOccupant : public Ifc4::IfcActor

An occupant is a type of actor that defines the form of occupancy of a property.

The principal purpose of IfcOccupant is to determine the nature of occupancy of a property for a particular actor. All characteristics relating to the actor (name and organization details) are inherited from the IfcActor class.HISTORY: New entity in IFC2x

Assignment Use Definition The IfcOccupant may have assignments of its own using the IfcRelAssignsToActor relationship where RelatingActor refers to the IfcOccupant and RelatedObjects contains one or more objects of the following types: IfcSpatialStructureElement: Indicates the property to be occupied. Particular details of the agreement relating to the occupancy of a property are dealt within the Pset_PropertyAgreement that is defined for the instance of IfcSpatialStructureElement. This means that an occupant may be related to a site, building, building storey or space through the IfcSpatialStructureElement.ElementComposition attribute. For instance, if the property concerned is several office spaces on a building storey, it might be appropriate to reference IfcBuildingStorey.ElementComposition=PARTIAL. Occupants of a property may be considered to be the parties to an agreement. The roles that the occupant may play in respect to an agreement are defined in the IfcOccupantTypeEnum enumeration. If the role is not specified by the predefined contents of this enumeration, the value USERDEFINED may be set and the ObjectType attribute asserted.

Public Types

typedef IfcTemplatedEntityList<IfcOccupant> list

Public Functions

bool hasPredefinedType() const

Whether the optional attribute PredefinedType is defined for this IfcOccupant.

::Ifc4::IfcOccupantTypeEnum::Value PredefinedType() const

Predefined occupant types from which that required may be set.

IFC2x4 CHANGE Attribute made optional.

void setPredefinedType(::Ifc4::IfcOccupantTypeEnum::Value v)
const IfcParse::entity &declaration() const
IfcOccupant(IfcEntityInstanceData *e)
IfcOccupant(std::string v1_GlobalId, ::Ifc4::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, ::Ifc4::IfcActorSelect *v6_TheActor, boost::optional<::Ifc4::IfcOccupantTypeEnum::Value> v7_PredefinedType)

Public Static Functions

const IfcParse::entity &Class()