Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcSectionReinforcementProperties

Definition from IAI: An IfcSectionReinforcementProperties defines the cross section properties of reinforcement for a single longitudinal piece of a cross section with a specific reinforcement usage type.

HISTORY New entity in IFC Release 2x2

General usage:

Several sets of cross section reinforcement properties represented by instances of IfcReinforcementProperties may be attached to the section reinforcement properties, one for each combination of steel grade and reinforcement bar type and size.

EXPRESS specification:

ENTITY IfcSectionReinforcementProperties;
LongitudinalStartPosition  :  IfcLengthMeasure;
LongitudinalEndPosition  :  IfcLengthMeasure;
TransversePosition  :  OPTIONAL IfcLengthMeasure;
ReinforcementRole  :  IfcReinforcingBarRoleEnum;
SectionDefinition  :  IfcSectionProperties;
CrossSectionReinforcementDefinitions  :  SET [1:?] OF IfcReinforcementBarProperties;
END_ENTITY;

Attribute definitions:

LongitudinalStartPosition  :  The start position in longitudinal direction for the section reinforcement properties.
LongitudinalEndPosition  :  The end position in longitudinal direction for the section reinforcement properties.
TransversePosition  :  The position for the section reinforcement properties in transverse direction.
ReinforcementRole  :  The role, purpose or usage of the reinforcement, i.e. the kind of loads and stresses it is intended to carry, defined for the section reinforcement properties.
SectionDefinition  :  Definition of the cross section profile and longitudinal section type.
CrossSectionReinforcementDefinitions  :  The set of reinforcment properties attached to a section reinforcement
properties definition.

Inheritance graph

ENTITY IfcSectionReinforcementProperties;
ENTITY IfcSectionReinforcementProperties;
LongitudinalStartPosition  :  IfcLengthMeasure;
LongitudinalEndPosition  :  IfcLengthMeasure;
TransversePosition  :  OPTIONAL IfcLengthMeasure;
ReinforcementRole  :  IfcReinforcingBarRoleEnum;
SectionDefinition  :  IfcSectionProperties;
CrossSectionReinforcementDefinitions  :  SET [1:?] OF IfcReinforcementBarProperties;
END_ENTITY;