Class TIfcReinforcingBar
Unit
Declaration
type TIfcReinforcingBar = class(TIfcReinforcingElement)
Description
A reinforcing bar is usually made of steel with manufactured deformations in the surface, and used in concrete and masonry construction to provide additional strength.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcReinforcingBar.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3793).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcElement
- TIfcElementComponent
- TIfcReinforcingElement
- TIfcReinforcingBar
Overview
Properties
| Published | property NominalDiameter: TIfcPositiveLengthMeasure read FNominalDiameter write FNominalDiameter; |
| Published | property CrossSectionArea: TIfcAreaMeasure read FCrossSectionArea write FCrossSectionArea; |
| Published | property BarLength: TIfcPositiveLengthMeasure read FBarLength write FBarLength; |
| Published | property PredefinedType: TIfcReinforcingBarTypeEnum read FPredefinedType write FPredefinedType; |
| Published | property BarSurface: TIfcReinforcingBarSurfaceEnum read FBarSurface write FBarSurface; |
Description
Properties
| Published | property NominalDiameter: TIfcPositiveLengthMeasure read FNominalDiameter write FNominalDiameter; |
|
Warning: this symbol is deprecated. This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3802). | |
| Published | property CrossSectionArea: TIfcAreaMeasure read FCrossSectionArea write FCrossSectionArea; |
|
The effective cross-section area of the reinforcing bar or group of bars. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3805). | |
| Published | property BarLength: TIfcPositiveLengthMeasure read FBarLength write FBarLength; |
|
Warning: this symbol is deprecated. This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3808). | |
| Published | property PredefinedType: TIfcReinforcingBarTypeEnum read FPredefinedType write FPredefinedType; |
|
The role, purpose or usage of the bar. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3811). | |
| Published | property BarSurface: TIfcReinforcingBarSurfaceEnum read FBarSurface write FBarSurface; |
|
Warning: this symbol is deprecated. This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3814). | |
Generated by PasDoc 0.17.0.snapshot.