IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.3.2.1 IfcConstructionEquipmentResourceTypeEnum

7.3.2.1.1 Semantic definition

This enumeration is used to identify the primary purpose of a construction equipment resource. It is limited to the most common equipment used in construction.

7.3.2.1.2 Type values

Type Description
DEMOLISHING

Removal or destruction of building elements.

EARTHMOVING

Excavating, filling, or contouring earth.

ERECTING

Lifting, positioning, and placing elements.

HEATING

Temporary heat to support construction.

LIGHTING

Temporary lighting to support construction.

PAVING

Roads or walkways such as asphalt or concrete.

PUMPING

Installing materials through pumps.

TRANSPORTING

Transporting products or materials.

USERDEFINED

User-defined resource.

NOTDEFINED

Undefined resource.

Table 7.3.2.1.A

7.3.2.1.3 Formal representation

TYPE IfcConstructionEquipmentResourceTypeEnum = ENUMERATION OF
	(DEMOLISHING
	,EARTHMOVING
	,ERECTING
	,HEATING
	,LIGHTING
	,PAVING
	,PUMPING
	,TRANSPORTING
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.3.2.1.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.3.2.1.5 Changelog

7.3.2.1.5.1 IFC4

  • New resource