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. |
8.15.2.2.3 Formal representation
TYPE IfcReinforcingBarRoleEnum = ENUMERATION OF
(ANCHORING
,EDGE
,LIGATURE
,MAIN
,PUNCHING
,RING
,SHEAR
,STUD
,USERDEFINED
,NOTDEFINED);
END_TYPE;