IfcPlateTypeEnum

Natural language names
Plate Type Enum
Énumération des types de plaque
Change log
ItemSPFXMLChangeDescription
IFC4x2 Candidate 4.2.0.0
    IfcPlateTypeEnum
      FLANGE_PLATEADDED
      WEB_PLATEADDED
      STIFFENER_PLATEADDED
      GUSSET_PLATEADDED
      COVER_PLATEADDED
      SPLICE_PLATEADDED
      BASE_PLATEADDED
IFC4X3_ADD2 to IFC4X4_draft
    IfcPlateTypeEnum
      LAGGINGADDED
Semantic definitions at the type
Type definition

This enumeration defines the different types of planar elements an IfcPlate or IfcPlateType object can fulfill.

HISTORY  New Enumeration in IFC2x2.

IFC2x3 CHANGE  The additional identifiers CURTAIN_PANEL, SHEET have been added.

Enumeration definition
ConstantDescription
CURTAIN_PANEL

A planar element within a curtain wall, often consisting of a frame with fixed glazing.

SHEET

A planar, flat and thin element, comes usually as metal sheet, and is often used as an additonal part within an assembly.

FLANGE_PLATE

A flange plate in linear members having box or I-profile (e.g. top or bottom flange plate in box-girder).

WEB_PLATE

A plate connecting flange plates in linear members having box or I-profile.

STIFFENER_PLATE

A transversal plate added to a flange or a web plate for local stiffening.

GUSSET_PLATE

a plate or bracket for strengthening an angle in framework (as in a building or bridge).

COVER_PLATE

A plate (underneath or above) a flange to provide additional load capacity.

SPLICE_PLATE

A plate connecting two members joined at ends.

LAGGING

Lagging is the structural material (most often wood) that spans the distance between spars at an excavation site. Lagging, and the steel spars they connect to, provides temporary ground support as a safety measure during tunneling. The lagging is installed horizontally between vertically installed spars.

BASE_PLATE

A plate used to spread load over a surface, such as underneath a bearing or column.

USERDEFINED

User-defined linear element.

NOTDEFINED

Undefined linear element.

Formal representations
XML Specification
 <xs:simpleType name="IfcPlateTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="curtain_panel"/>
   <xs:enumeration value="sheet"/>
   <xs:enumeration value="flange_plate"/>
   <xs:enumeration value="web_plate"/>
   <xs:enumeration value="stiffener_plate"/>
   <xs:enumeration value="gusset_plate"/>
   <xs:enumeration value="cover_plate"/>
   <xs:enumeration value="splice_plate"/>
   <xs:enumeration value="lagging"/>
   <xs:enumeration value="base_plate"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcPlateTypeEnum = ENUMERATION OF (
 CURTAIN_PANEL,
 SHEET,
 FLANGE_PLATE,
 WEB_PLATE,
 STIFFENER_PLATE,
 GUSSET_PLATE,
 COVER_PLATE,
 SPLICE_PLATE,
 LAGGING,
 BASE_PLATE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcPlate IfcPlateType

Link to this page  Link to this page