IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

5.4.2.12 IfcGeographicElementTypeEnum

5.4.2.12.1 Semantic definition

This enumeration defines the different predefined types of geographic elements that can further specify an IfcGeographicElement or an IfcGeographicElementType.

5.4.2.12.2 Type values

Type Description
SOIL_BORING_POINT

Soil boring point

TERRAIN

Terrain

VEGETATION

Plant life or plant cover (as of an area). For example trees, shrubs, herbs, grasses, ferns, and mosses.

USERDEFINED

User defined

NOTDEFINED

Not defined

Table 5.4.2.12.A

5.4.2.12.3 Formal representation

TYPE IfcGeographicElementTypeEnum = ENUMERATION OF
	(SOIL_BORING_POINT
	,TERRAIN
	,VEGETATION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.4.2.12.4 References

Edit on Github


Is this page difficult to understand? Let us know!

5.4.2.12.5 Changelog

5.4.2.12.5.1 IFC4

  • New resource

5.4.2.12.5.2 IFC4.2

  • item, SOIL_BORING_POINT

5.4.2.12.5.3 IFC4.3_DEV_70ee25e8

  • item, VEGETATION
  • item SOIL_BORING_POINT, Is now deprecated. Use IfcBorehole instead.