IfcSectionTypeEnum

Natural language names
Section Type Enum
Enumération des types de section
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcSectionTypeEnumMOVEDSchema changed from IFCPROFILEPROPERTYRESOURCE to IFCPROFILERESOURCE.
Semantic definitions at the type
Type definition

An enumeration indicating whether a specific piece of a cross section is uniform or tapered in longitudinal direction.

HISTORY  New type in IFC2x2.
Enumeration definition
ConstantDescription
UNIFORMThe section is uniform in longitudinal direction.
TAPEREDThe section is tapered in longitudinal direction.
Formal representations
XML Specification
 <xs:simpleType name="IfcSectionTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="uniform"/>
   <xs:enumeration value="tapered"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcSectionTypeEnum = ENUMERATION OF (
 UNIFORM,
 TAPERED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcSectionProperties

Link to this page  Link to this page