IfcReinforcingMeshTypeEnum

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

Enumeration defining the reinforcing mesh type.

HISTORY  New type in IFC4
Enumeration definition
ConstantDescription
USERDEFINEDThe type of mesh is user defined.
NOTDEFINEDThe type of mesh is not defined.
Formal representations
XML Specification
 <xs:simpleType name="IfcReinforcingMeshTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcReinforcingMeshTypeEnum = ENUMERATION OF (
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcReinforcingMesh IfcReinforcingMeshType

Link to this page  Link to this page