Class ReinfBarInclined
- Namespace
 - IdeaRS.OpenModel.Detail
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Representing reinforcement inclined bar in IDEA StatiCa Detail
[OpenModelClass(typeof(Reinforcement))]
public class ReinfBarInclined : ReinforcementGroupInheritance
Inherited Members
Constructors
ReinfBarInclined()
Constructor
public ReinfBarInclined()Properties
AddBarOnBottom
Add bar on Bottom - possible only for FullLength
public bool AddBarOnBottom { get; set; }Property Value
AddBarOnTop
Add bar on top - possible only for FullLength
public bool AddBarOnTop { get; set; }Property Value
Angle
Angle between bar and master edge
public double Angle { get; set; }Property Value
BottomLength
Length of additional bar on the bottom
public double BottomLength { get; set; }Property Value
InclinedReinfBarType
Type of inclined reinf bar
public InclinedReinfBarType InclinedReinfBarType { get; set; }Property Value
MasterComponent
Master component of reinforcement
public ReferenceElement MasterComponent { get; set; }Property Value
MasterEdge
Master edge of reinforcement - edge from which is measured angle
public ReferenceElement MasterEdge { get; set; }Property Value
MasterPoint
Master point of reinforcement
public ReferenceElement MasterPoint { get; set; }Property Value
TopLength
Length of additional bar on the top
public double TopLength { get; set; }