IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

5.4.2.21 IfcSpaceTypeEnum

5.4.2.21.1 Semantic definition

This enumeration defines the available generic types for IfcSpace and IfcSpaceType.

5.4.2.21.2 Type values

Type Description
BERTH

A space dedicated to the berthing of vessels within a port or managed area

EXTERNAL

A space outside of a facility.

GFA

Gross Floor Area - a specific kind of space for each building story that includes all net area and construction area (also the external envelop). Provision of such a specific space is often required by regulations.

INTERNAL

A space inside a facility.

PARKING

A space dedication for use as a parking spot for vehicles, including access, such as a parking aisle.

SPACE

Any space not falling into another category.

USERDEFINED

No description available.

NOTDEFINED

No description available.

Table 5.4.2.21.A

5.4.2.21.3 Formal representation

TYPE IfcSpaceTypeEnum = ENUMERATION OF
	(BERTH
	,EXTERNAL
	,GFA
	,INTERNAL
	,PARKING
	,SPACE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.4.2.21.4 References

Edit on Github


Is this page difficult to understand? Let us know!

5.4.2.21.5 Changelog

5.4.2.21.5.1 IFC4

  • item, EXTERNAL
  • item, GFA
  • item, INTERNAL
  • item, PARKING
  • item, SPACE

5.4.2.21.5.2 IFC4.3_DEV_ffe3a63

  • item, BERTH
  • item EXTERNAL, Is now deprecated. INTERNAL and EXTERNAL are now deprecated. Use Pset_SpaceCommon.IsExternal instead.
  • item INTERNAL, Is now deprecated. INTERNAL and EXTERNAL are now deprecated. Use Pset_SpaceCommon.IsExternal instead.