IfcProfileTypeEnum

Natural language names
Semantic definitions at the type
Type definition

Definition from IAI: The enumeration defines whether the definition of a profile shape shall be geometrically resolved into a curve or into a surface.

HISTORY: New type in IFC Release 1.5.

Enumeration values:

Curve
The resulting geometric item is of type curve and closed (with the only exception of the curve created by the IfcArbitraryOpenProfileDef which resolves into an open curve). The resulting geometry after applying a sweeping operation is a swept surface. This can be used to define shapes with thin sheets, such as ducts, where the thickness is not appropriate for geometric representation.

Area
The resulting geometric item is of type surface. The resulting geometry after applying a sweeping operation is a swept solid with defined volume.

Enumeration definition
ConstantDescription
CURVE
AREA
Formal representations
XSD Specification
 <xs:simpleType name="IfcProfileTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="curve"/>
   <xs:enumeration value="area"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcProfileTypeEnum = ENUMERATION OF (
 CURVE,
 AREA);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page