IFC 4.3.0.0 (IFC4X3) final

7.11.2.7 IfcReinforcingMeshTypeEnum

7.11.2.7.1 Semantic definition

Enumeration defining the reinforcing mesh type.

7.11.2.7.2 Type values

Type Description
USERDEFINED

The type of mesh is user defined.

NOTDEFINED

The type of mesh is not defined.

Table 7.11.2.7.A

7.11.2.7.3 Formal representation

TYPE IfcReinforcingMeshTypeEnum = ENUMERATION OF
	(USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.11.2.7.4 References