Class CrossSectionComponentThermalData
- Namespace
 - IdeaRS.OpenModel.CrossSection
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Cross-section component thermal data
[OpenModelClass("CI.StructModel.Libraries.CrossSection.ComponentThermalDataItem,CI.CrossSection")]
[DataContract]
[JsonObject(MemberSerialization = MemberSerialization.OptOut)]
public class CrossSectionComponentThermalDataInheritance
Inherited Members
Properties
ComponentIndex
Zero based index of component
public int ComponentIndex { get; set; }Property Value
MoistureContent
Moisture content
public double MoistureContent { get; set; }Property Value
ThermalConductivityLimit
Thermal conductivity limit
public ThermalConductivityLimit ThermalConductivityLimit { get; set; }