Class ColumnDataEc2
- Namespace
- IdeaRS.OpenModel.Concrete
- Assembly
- IdeaRS.OpenModel.dll
Column data Ec2
public class ColumnDataEc2 : ColumnData
Inheritance
Inherited Members
Constructors
ColumnDataEc2()
Constructor
public ColumnDataEc2()
Properties
BracedY
Braced structure Y-Y
public bool BracedY { get; set; }
Property Value
BracedZ
Braced structure Z-Z
public bool BracedZ { get; set; }
Property Value
Calculation2ndOrderEffect
Use calculation of 2nd order effect
public bool Calculation2ndOrderEffect { get; set; }
Property Value
EffectConsidered
Effect considered
public EffectConsideredType EffectConsidered { get; set; }
Property Value
GeometricImperfectionsSLS
Use calculation geometric imperfections for SLS
public bool GeometricImperfectionsSLS { get; set; }
Property Value
GeometricImperfectionsULS
Use calculation geometric imperfections for ULS
public bool GeometricImperfectionsULS { get; set; }
Property Value
NumberOfVerticalMembersY
Gets or sets the number of vertical member in Y direction.
public int NumberOfVerticalMembersY { get; set; }
Property Value
NumberOfVerticalMembersZ
Gets or sets the number of vertical member in Z direction.
public int NumberOfVerticalMembersZ { get; set; }
Property Value
SecondOrderEffectMethod
Type of calculation method of 2nd order effect
public SecondOrderEffectMethodEc2 SecondOrderEffectMethod { get; set; }
Property Value
TotalL
Gets or sets the total length of building
public double TotalL { get; set; }
Property Value
UserValuec0Y
c0 user value - for nominal stiffness
public double UserValuec0Y { get; set; }
Property Value
UserValuec0Z
c0 user value - for nominal stiffness
public double UserValuec0Z { get; set; }
Property Value
UserValuecY
c user value - for nominal stiffness
public double UserValuecY { get; set; }
Property Value
UserValuecZ
c user value - for nominal stiffness
public double UserValuecZ { get; set; }
Property Value
ValueTypeOfc0Y
Type of c0 value
public ValueTypec0 ValueTypeOfc0Y { get; set; }
Property Value
ValueTypeOfc0Z
Type of c0 value
public ValueTypec0 ValueTypeOfc0Z { get; set; }
Property Value
ValueTypeOfcY
Type of c value - for nominal curvature
public ValueTypec ValueTypeOfcY { get; set; }
Property Value
ValueTypeOfcZ
Type of c value - for nominal curvature
public ValueTypec ValueTypeOfcZ { get; set; }