![]() | Reinforcing Mesh Type Enum |
![]() | Enumération des types de treillis |
| Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
|---|---|---|---|---|
| IfcReinforcingMeshTypeEnum | ADDED |
Enumeration defining the reinforcing mesh type.
HISTORY New type in IFC4
| Constant | Description |
|---|---|
| USERDEFINED | The type of mesh is user defined. |
| NOTDEFINED | The type of mesh is not defined. |
<xs:simpleType name="IfcReinforcingMeshTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcReinforcingMeshTypeEnum = ENUMERATION OF (
USERDEFINED,
NOTDEFINED);
END_TYPE;