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.  | 
7.11.2.7.3 Formal representation
TYPE IfcReinforcingMeshTypeEnum = ENUMERATION OF
	(USERDEFINED
	,NOTDEFINED);
END_TYPE;