Search Results for

    Show / Hide Table of Contents

    Interface IIfcMechanicalMaterialProperties

    Readonly interface for IfcMechanicalMaterialProperties

    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 IIfcMechanicalMaterialProperties : IIfcMaterialProperties, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    DynamicViscosity

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

    PoissonRatio

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

    ShearModulus

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

    ThermalExpansionCoefficient

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

    YoungModulus

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