IfcReinforcingBarRoleEnum
Definition from IAI: 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.
HISTORY New type in IFC Release 2x2
ENUMERATION
- MAIN The reinforcing bar is a main bar.
- SHEAR The reinforcing bar is a shear bar.
- LINK The reinforcing bar is a link (stirrup).
- STUD The reinforcing bar is a stud.
- PUNCHING Punching reinforcement.
- EDGE Edge reinforcement.
- RING Ring reinforcement.
- ANCHORING Anchoring reinforcement.
- USERDEFINED The type of reinforcement is user defined.
- NOTDEFINED The type of reinforcement is not defined.
EXPRESS specification:
|
TYPE IfcReinforcingBarRoleEnum = ENUMERATION OF
|
|
(
|
MAIN, SHEAR, LIGATURE, STUD, PUNCHING, EDGE, RING, USERDEFINED, NOTDEFINED);
|
|
|