Represents a rebar style. More...
Properties | |
int | Id [get] |
The rebar style ID. | |
BSTR | Name [get] |
The rebar style name. | |
BSTR | GradeName [get] |
The rebar grade name. | |
double | Diameter [get] |
The rebar diameter in millimeters. | |
int | MaterialId [get] |
The rebar material. | |
double | GradeTensileStrength [get] |
The rebar grade tensile strength. | |
Represents a rebar style.
IRebarStyle describes the style of the rebar used in the reinforcement. IRebarStyle is applicable to objects with parametric reinforcement style, namely to walls, columns, beams, etc. It is also applicable to reinforcement unit style (reinforcement grid or cage). This interface can be obtained from IReinforcementUnitStyleManager interface. Rebar style ids, used in the object or reinforcement unit, can be obtained from IRebarUsage interface, see IReinforcementUnitStyle::GetRebarUsages, IObjectReinforcementModel::GetRebarUsages.