IFC 4.3.0.0 (IFC4X3) final

8.15.2.3 IfcReinforcingBarSurfaceEnum

8.15.2.3.1 Semantic definition

Enumeration indicating whether the bar has a plain or textured (ribbed) surface.

8.15.2.3.2 Type values

Type Description
PLAIN

The reinforcing bar surface is plain.

TEXTURED

The reinforcing bar surface is textured (ribbed).

Table 8.15.2.3.A

8.15.2.3.3 Formal representation

TYPE IfcReinforcingBarSurfaceEnum = ENUMERATION OF
	(PLAIN
	,TEXTURED);
END_TYPE;

8.15.2.3.4 References