Search Results for

    Show / Hide Table of Contents

    Interface IIfcThermalMaterialProperties

    Readonly interface for IfcThermalMaterialProperties

    Inherited Members
    IIfcMaterialProperties.Material
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcThermalMaterialProperties : IIfcMaterialProperties, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    BoilingPoint

    Declaration
    IfcThermodynamicTemperatureMeasure? BoilingPoint { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcThermodynamicTemperatureMeasure>
    | Improve this Doc View Source

    FreezingPoint

    Declaration
    IfcThermodynamicTemperatureMeasure? FreezingPoint { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcThermodynamicTemperatureMeasure>
    | Improve this Doc View Source

    SpecificHeatCapacity

    Declaration
    IfcSpecificHeatCapacityMeasure? SpecificHeatCapacity { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSpecificHeatCapacityMeasure>
    | Improve this Doc View Source

    ThermalConductivity

    Declaration
    IfcThermalConductivityMeasure? ThermalConductivity { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcThermalConductivityMeasure>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim