IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.15.2.1 IfcProfileTypeEnum

8.15.2.1.1 Semantic definition

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

8.15.2.1.2 Type values

Type Description
AREA

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

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.

Table 8.15.2.1.A

8.15.2.1.3 Formal representation

TYPE IfcProfileTypeEnum = ENUMERATION OF
	(AREA
	,CURVE);
END_TYPE;

8.15.2.1.4 References

Edit on Github


Is this page difficult to understand? Let us know!