Class CrossSectionCreepCoefficientData
- Namespace
- IdeaRS.OpenModel.CrossSection
- Assembly
- IdeaRS.OpenModel.dll
Cross-section component creep coefficient data
[OpenModelClass("CI.StructModel.Libraries.CrossSection.ComponentCreepCoefficientDataItem,CI.CrossSection")]
[DataContract]
[JsonObject(MemberSerialization = MemberSerialization.OptOut)]
public class CrossSectionCreepCoefficientData
Inheritance
Inherited Members
Properties
ComponentIndex
Zero based index of component
public List<int> ComponentIndex { get; set; }
Property Value
CreepInput
User-defined curvature for creep coefficient { x = t[day], y = ϕ }
public InputValueType CreepInput { get; set; }
Property Value
Humidity
Humidity in the relative value
public double Humidity { get; set; }
Property Value
NotionalSize
User-defined notional size
public double NotionalSize { get; set; }
Property Value
NotionalSizeInput
Input type of Notional size
public InputValueType NotionalSizeInput { get; set; }
Property Value
UserCreepCoeeficient
User creep coefficient
public Polygon2D UserCreepCoeeficient { get; set; }