Class TIfcReinforcingBarType
Unit
Declaration
type TIfcReinforcingBarType = class(TIfcReinforcingElementType)
Description
Commonly shared property set definitions of TIfcReinforcingBar.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcReinforcingBarType.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcTypeObject
- TIfcTypeProduct
- TIfcElementType
- TIfcElementComponentType
- TIfcReinforcingElementType
- TIfcReinforcingBarType
Overview
Properties
![]() |
property PredefinedType: TIfcReinforcingBarTypeEnum read FPredefinedType write FPredefinedType; |
![]() |
property NominalDiameter: TIfcPositiveLengthMeasure read FNominalDiameter write FNominalDiameter; |
![]() |
property CrossSectionArea: TIfcAreaMeasure read FCrossSectionArea write FCrossSectionArea; |
![]() |
property BarLength: TIfcPositiveLengthMeasure read FBarLength write FBarLength; |
![]() |
property BarSurface: TIfcReinforcingBarSurfaceEnum read FBarSurface write FBarSurface; |
![]() |
property BendingShapeCode: TIfcLabel read FBendingShapeCode write FBendingShapeCode; |
Description
Properties
![]() |
property PredefinedType: TIfcReinforcingBarTypeEnum read FPredefinedType write FPredefinedType; |
The role, purpose or usage of the bar. |
![]() |
property NominalDiameter: TIfcPositiveLengthMeasure read FNominalDiameter write FNominalDiameter; |
The nominal diameter defining the cross-section size of the reinforcing bar. |
![]() |
property CrossSectionArea: TIfcAreaMeasure read FCrossSectionArea write FCrossSectionArea; |
The effective cross-section area of the reinforcing bar or group of bars. |
![]() |
property BarLength: TIfcPositiveLengthMeasure read FBarLength write FBarLength; |
The total length of the reinforcing bar. The total length of bended bars are calculated according to local standards with corrections for the bends. |
![]() |
property BarSurface: TIfcReinforcingBarSurfaceEnum read FBarSurface write FBarSurface; |
![]() |
property BendingShapeCode: TIfcLabel read FBendingShapeCode write FBendingShapeCode; |
Shape code per a standard like ACI 315, ISO 3766, or a similar standard. |
Generated by PasDoc 0.16.0-snapshot.