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