![]()  | Reinforcing Bar Surface Enum | 
![]()  | Enumération des types de surface de barre d'armature | 
| Item | SPF | XML | Change | Description | IFC2x3 to IFC4 4.0.0.0 | 
|---|---|---|---|---|
| IfcReinforcingBarSurfaceEnum | MOVED | Schema changed from IFCPROFILEPROPERTYRESOURCE to IFCPROFILERESOURCE.  | IFC2x3 to IFC4 4.0.0.0 | |
| IfcReinforcingBarSurfaceEnum | MOVED | Schema changed from IFCPROFILEPROPERTYRESOURCE to IFCPROFILERESOURCE.  | 
Enumeration indicating whether the bar has a plain or textured (ribbed) surface.
HISTORY New type in IFC2x2.
| Constant | Description | 
|---|---|
| PLAIN | The reinforcing bar surface is plain. | 
| TEXTURED | The reinforcing bar surface is textured (ribbed). | 
 <xs:simpleType name="IfcReinforcingBarSurfaceEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="plain"/>
   <xs:enumeration value="textured"/>
  </xs:restriction>
 </xs:simpleType>
TYPE IfcReinforcingBarSurfaceEnum = ENUMERATION OF (
 PLAIN, 
 TEXTURED);
END_TYPE;
  References: IfcReinforcingBar
IfcReinforcingBarType
IfcReinforcementBarProperties