IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.15.2.4 IfcSectionTypeEnum

8.15.2.4.1 Semantic definition

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

8.15.2.4.2 Type values

Type Description
TAPERED

The section is tapered in longitudinal direction.

UNIFORM

The section is uniform in longitudinal direction.

Table 8.15.2.4.A

8.15.2.4.3 Formal representation

TYPE IfcSectionTypeEnum = ENUMERATION OF
	(TAPERED
	,UNIFORM);
END_TYPE;

8.15.2.4.4 References

Edit on Github


Is this page difficult to understand? Let us know!