Class Ifc4x1::IfcSpatialZoneType

Nested Relationships

This class is a nested type of Struct Ifc4x1.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x1::IfcSpatialZoneType : public Ifc4x1::IfcSpatialElementType

Definition from IAI: The IfcSpatialZoneType defines a list of commonly shared property set definitions of a space and an optional set of product representations. It is used to define a space specification (i.e. the specific space information, that is common to all occurrences of that space type).

NOTE The product representations are defined as representation maps (at the level of the supertype IfcTypeProduct, which gets assigned by an element occurrence instance through the IfcShapeRepresentation.Item[1] being an IfcMappedItem.

A spatial zone type is used to define the common properties of a certain type of space that may be applied to many instances of that type to assign a specific style. Space types may be exchanged without being already assigned to occurrences.

NOTE The spatial zone types are often used to represent space catalogues, less so for sharing a common representation map. Spatial zone types in a space catalogue share same space classification and a common set of space requirement properties.

The occurrences of IfcSpatialZoneType are represented by instances of IfcSpatialZone.

HISTORY New entity in Release IFC2x Edition 4.

Public Types

typedef IfcTemplatedEntityList<IfcSpatialZoneType> list

Public Functions

::Ifc4x1::IfcSpatialZoneTypeEnum::Value PredefinedType() const

Predefined types to define the particular type of the spatial zone. There may be property set definitions available for each predefined type.

void setPredefinedType(::Ifc4x1::IfcSpatialZoneTypeEnum::Value v)
bool hasLongName() const

Whether the optional attribute LongName is defined for this IfcSpatialZoneType.

std::string LongName() const
void setLongName(std::string v)
const IfcParse::entity &declaration() const
IfcSpatialZoneType(IfcEntityInstanceData *e)
IfcSpatialZoneType(std::string v1_GlobalId, ::Ifc4x1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ApplicableOccurrence, boost::optional<IfcTemplatedEntityList<::Ifc4x1::IfcPropertySetDefinition>::ptr> v6_HasPropertySets, boost::optional<IfcTemplatedEntityList<::Ifc4x1::IfcRepresentationMap>::ptr> v7_RepresentationMaps, boost::optional<std::string> v8_Tag, boost::optional<std::string> v9_ElementType, ::Ifc4x1::IfcSpatialZoneTypeEnum::Value v10_PredefinedType, boost::optional<std::string> v11_LongName)

Public Static Functions

const IfcParse::entity &Class()