Class BentUpBar
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Representing bent-Up bar in IDEA StatiCa Detail
[OpenModelClass(typeof(Reinforcement))]
public class BentUpBar : ReinforcementGroup
Inheritance
Inherited Members
Constructors
BentUpBar()
Constructor
public BentUpBar()
Properties
AddAnchor
Add anchor to bent up bar
public bool AddAnchor { get; set; }
Property Value
AnchorLength
Length of anchor for bent up bar
public double AnchorLength { 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
IsOnLeft
Bar is on left or right side of member1D
public bool IsOnLeft { get; set; }
Property Value
MasterComponent
Master component of reinforcement
public ReferenceElement MasterComponent { get; set; }
Property Value
Offset
Offset of bent-Up bar from left/right edge
public double Offset { get; set; }
Property Value
TopLength
Length of additional bar on the top
public double TopLength { get; set; }