Search Results for

    Show / Hide Table of Contents

    Interface IIfcMechanicalSteelMaterialProperties

    Readonly interface for IfcMechanicalSteelMaterialProperties

    Inherited Members
    IIfcMechanicalMaterialProperties.DynamicViscosity
    IIfcMechanicalMaterialProperties.YoungModulus
    IIfcMechanicalMaterialProperties.ShearModulus
    IIfcMechanicalMaterialProperties.PoissonRatio
    IIfcMechanicalMaterialProperties.ThermalExpansionCoefficient
    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 IIfcMechanicalSteelMaterialProperties : IIfcMechanicalMaterialProperties, IIfcMaterialProperties, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    HardeningModule

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

    PlasticStrain

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

    ProportionalStress

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

    Relaxations

    Declaration
    IItemSet<IIfcRelaxation> Relaxations { get; }
    Property Value
    Type Description
    IItemSet<IIfcRelaxation>
    | Improve this Doc View Source

    UltimateStrain

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

    UltimateStress

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

    YieldStress

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