IfcReinforcingMeshTypeEnum

Natural language names
Reinforcing Mesh Type Enum
Enumération des types de treillis
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcReinforcingMeshTypeEnumADDED
IFC4X3_ADD2 to IFC4X4_draft
    IfcReinforcingMeshTypeEnum
      STEELSTRAPSADDED
Semantic definitions at the type
Type definition

Enumeration defining the reinforcing mesh type.

HISTORY  New type in IFC4

Enumeration definition
ConstantDescription
STEELSTRAPS

Straps that bind steel reinforcing meshes.

USERDEFINED

The type of mesh is user defined.

NOTDEFINED

The type of mesh is not defined.

Formal representations
XML Specification
 <xs:simpleType name="IfcReinforcingMeshTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="steelstraps"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcReinforcingMeshTypeEnum = ENUMERATION OF (
 STEELSTRAPS,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcReinforcingMesh IfcReinforcingMeshType

Link to this page  Link to this page