Plate Type Enum | |
Énumération des types de plaque |
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.
Constant | Description |
---|---|
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. |
USERDEFINED | User-defined linear element. |
NOTDEFINED | Undefined linear element. |
<xs:simpleType name="IfcPlateTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="curtain_panel"/>
<xs:enumeration value="sheet"/>
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcPlateTypeEnum = ENUMERATION OF (
CURTAIN_PANEL,
SHEET,
USERDEFINED,
NOTDEFINED);
END_TYPE;
References: IfcPlate IfcPlateType