IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.15.2.2 IfcReinforcingBarRoleEnum

8.15.2.2.1 Semantic definition

Enumeration defining standard types for the role, purpose or usage of the bar, i.e. the kind of loads and stresses they are intended to carry.

8.15.2.2.2 Type values

Type Description
ANCHORING

Anchoring reinforcement.

EDGE

Edge reinforcement.

LIGATURE

The reinforcing bar is a ligature (link, stirrup).

MAIN

The reinforcing bar is a main bar.

PUNCHING

Punching reinforcement.

RING

Ring reinforcement.

SHEAR

The reinforcing bar is a shear bar.

STUD

The reinforcing bar is a stud.

USERDEFINED

The type of reinforcement is user defined.

NOTDEFINED

The type of reinforcement is not defined.

Table 8.15.2.2.A

8.15.2.2.3 Formal representation

TYPE IfcReinforcingBarRoleEnum = ENUMERATION OF
	(ANCHORING
	,EDGE
	,LIGATURE
	,MAIN
	,PUNCHING
	,RING
	,SHEAR
	,STUD
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

8.15.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!

8.15.2.2.5 Changelog

8.15.2.2.5.1 IFC4

  • item, ANCHORING