Class Hanging
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Representing hanging in IDEA StatiCa Detail
[OpenModelClass(typeof(Reinforcement))]
public class Hanging : Reinforcement
Inheritance
Inherited Members
Constructors
Hanging()
Constructor
public Hanging()
Properties
Angle
Angle between braches
public double Angle { get; set; }
Property Value
BottomLength
Length of inside part of anchor
public double BottomLength { get; set; }
Property Value
Diameter
Diameter o reinforcement
public double Diameter { get; set; }
Property Value
DiameterOfMandrel
Diameter of mandrel - multiplier of bar diameter to obtain inner diameter of bent reinforcement bars
public double DiameterOfMandrel { get; set; }
Property Value
EdgeOrientationType
Edge orientation type
public EdgeOrientationType EdgeOrientationType { get; set; }
Property Value
EndsType
End type of the reinforcement bar - same for both ends
public LongReinfEndType EndsType { get; set; }
Property Value
HangingType
Type of hanging
public HangingType HangingType { get; set; }
Property Value
LegsLength
Length of legs
public double LegsLength { get; set; }
Property Value
MasterComponent
Master component of hanging
public ReferenceElement MasterComponent { get; set; }
Property Value
MasterEdge
Master edge of hanging
public ReferenceElement MasterEdge { get; set; }
Property Value
PositionOnEdge
Position on edge
public double PositionOnEdge { get; set; }
Property Value
Radius
Radius of top loop
public double Radius { get; set; }
Property Value
UpperLength
Length of upper part of hanging
public double UpperLength { get; set; }