IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

6.1.2.22 IfcWallTypeEnum

6.1.2.22.1 Semantic definition

This enumeration defines the different types of walls that can further specify an IfcWall or IfcWallType.

6.1.2.22.2 Type values

Type Description
ELEMENTEDWALL

A stud wall framed with studs and faced with sheetings, sidings, wallboard, or plasterwork.

MOVABLE

A movable wall that is either movable, such as folding wall or a sliding wall, or can be easily removed as a removable partitioning or mounting wall. Movable walls do normally not define space boundaries and often belong to the furnishing system.

PARAPET

A wall-like barrier to protect human or vehicle from falling, or to prevent the spread of fires. Often designed at the edge of balconies, terraces or roofs, or along edges of bridges.

PARTITIONING

A wall designed to partition spaces that often has a light-weight, sandwich-like construction (e.g. using gypsum board). Partitioning walls are normally non load bearing.

PLUMBINGWALL

A pier, or enclosure, or encasement, normally used to enclose plumbing in sanitary rooms. Such walls often do not extend to the ceiling.

POLYGONAL

A polygonal wall, extruded vertically, where the wall thickness varies along the wall path.

RETAININGWALL

A supporting wall used to protect against soil layers behind. Special types of a retaining wall may be e.g. Gabion wall and Grib wall. Examples of retaining walls are wing wall, headwall, stem wall, pierwall and protecting wall.

SHEAR

A wall designed to withstand shear loads. Examples of shear wall are diaphragms inside a box girder, typically on a pier, to resist lateral forces and transfer them to the support.

SOLIDWALL

A massive wall construction for the wall core being the single layer or having multiple layers attached. Such walls are often masonry or concrete walls (both cast in-situ or precast) that are load bearing and fire protecting.

STANDARD

A standard wall, extruded vertically with a constant thickness along the wall path.

WAVEWALL

Protective wall or screen to block overtopping and impact of waves across a breakwater

USERDEFINED

User-defined wall element.

NOTDEFINED

Undefined wall element.

Table 6.1.2.22.A

6.1.2.22.3 Formal representation

TYPE IfcWallTypeEnum = ENUMERATION OF
	(ELEMENTEDWALL
	,MOVABLE
	,PARAPET
	,PARTITIONING
	,PLUMBINGWALL
	,POLYGONAL
	,RETAININGWALL
	,SHEAR
	,SOLIDWALL
	,STANDARD
	,WAVEWALL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.1.2.22.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.1.2.22.5 Changelog

6.1.2.22.5.1 IFC4

  • item, MOVABLE
  • item, PARAPET
  • item, PARTITIONING
  • item, SOLIDWALL

6.1.2.22.5.2 IFC4.2

  • item, RETAININGWALL

6.1.2.22.5.3 IFC4.3_DEV_ffe3a63

  • item, WAVEWALL