Search Results for

    Show / Hide Table of Contents

    Class IfcMechanicalSteelMaterialProperties

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialProperties
    IfcMechanicalMaterialProperties
    IfcMechanicalSteelMaterialProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<IfcMaterialProperties>
    System.IEquatable<IfcMechanicalMaterialProperties>
    IInstantiableEntity
    IIfcMechanicalSteelMaterialProperties
    IIfcMechanicalMaterialProperties
    IIfcMaterialProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcMechanicalSteelMaterialProperties>
    IExpressValidatable
    Inherited Members
    IfcMechanicalMaterialProperties.IIfcMechanicalMaterialProperties.DynamicViscosity
    IfcMechanicalMaterialProperties.IIfcMechanicalMaterialProperties.YoungModulus
    IfcMechanicalMaterialProperties.IIfcMechanicalMaterialProperties.ShearModulus
    IfcMechanicalMaterialProperties.IIfcMechanicalMaterialProperties.PoissonRatio
    IfcMechanicalMaterialProperties.IIfcMechanicalMaterialProperties.ThermalExpansionCoefficient
    IfcMechanicalMaterialProperties.DynamicViscosity
    IfcMechanicalMaterialProperties.YoungModulus
    IfcMechanicalMaterialProperties.ShearModulus
    IfcMechanicalMaterialProperties.PoissonRatio
    IfcMechanicalMaterialProperties.ThermalExpansionCoefficient
    IfcMechanicalMaterialProperties.Equals(IfcMechanicalMaterialProperties)
    IfcMechanicalMaterialProperties.ValidateClause(IfcMechanicalMaterialProperties.IfcMechanicalMaterialPropertiesClause)
    IfcMaterialProperties.IIfcMaterialProperties.Material
    IfcMaterialProperties.IIfcExtendedProperties.Name
    IfcMaterialProperties.IIfcExtendedProperties.Description
    IfcMaterialProperties.IIfcExtendedProperties.Properties
    IfcMaterialProperties.IIfcPropertyAbstraction.HasExternalReferences
    IfcMaterialProperties.IIfcMaterialProperties.Material
    IfcMaterialProperties.Material
    IfcMaterialProperties.Equals(IfcMaterialProperties)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc2x3.MaterialPropertyResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcMechanicalSteelMaterialProperties", 510)]
    public class IfcMechanicalSteelMaterialProperties : IfcMechanicalMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IEquatable<IfcMechanicalMaterialProperties>, IInstantiableEntity, IIfcMechanicalSteelMaterialProperties, IIfcMechanicalMaterialProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcMechanicalSteelMaterialProperties>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    HardeningModule

    Declaration
    [EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
    public IfcModulusOfElasticityMeasure? HardeningModule { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcModulusOfElasticityMeasure>
    | Improve this Doc View Source

    PlasticStrain

    Declaration
    [EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
    public IfcPositiveRatioMeasure? PlasticStrain { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcPositiveRatioMeasure>
    | Improve this Doc View Source

    ProportionalStress

    Declaration
    [EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
    public IfcPressureMeasure? ProportionalStress { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcPressureMeasure>
    | Improve this Doc View Source

    Relaxations

    Declaration
    [EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 13)]
    public IOptionalItemSet<IfcRelaxation> Relaxations { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcRelaxation>
    | Improve this Doc View Source

    UltimateStrain

    Declaration
    [EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
    public IfcPositiveRatioMeasure? UltimateStrain { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcPositiveRatioMeasure>
    | Improve this Doc View Source

    UltimateStress

    Declaration
    [EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
    public IfcPressureMeasure? UltimateStress { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcPressureMeasure>
    | Improve this Doc View Source

    YieldStress

    Declaration
    [EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
    public IfcPressureMeasure? YieldStress { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcPressureMeasure>

    Methods

    | Improve this Doc View Source

    Equals(IfcMechanicalSteelMaterialProperties)

    Declaration
    public bool Equals(IfcMechanicalSteelMaterialProperties other)
    Parameters
    Type Name Description
    IfcMechanicalSteelMaterialProperties other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Parse(Int32, IPropertyValue, Int32[])

    Declaration
    public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex
    Overrides
    IfcMechanicalMaterialProperties.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public override IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    Overrides
    IfcMechanicalMaterialProperties.Validate()
    | Improve this Doc View Source

    ValidateClause(IfcMechanicalSteelMaterialProperties.IfcMechanicalSteelMaterialPropertiesClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcMechanicalSteelMaterialProperties.IfcMechanicalSteelMaterialPropertiesClause clause)
    Parameters
    Type Name Description
    IfcMechanicalSteelMaterialProperties.IfcMechanicalSteelMaterialPropertiesClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    Explicit Interface Implementations

    | Improve this Doc View Source

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcMechanicalSteelMaterialProperties.HardeningModule

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

    IIfcMechanicalSteelMaterialProperties.PlasticStrain

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

    IIfcMechanicalSteelMaterialProperties.ProportionalStress

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

    IIfcMechanicalSteelMaterialProperties.Relaxations

    Declaration
    IItemSet<IIfcRelaxation> IIfcMechanicalSteelMaterialProperties.Relaxations { get; }
    Returns
    Type Description
    IItemSet<IIfcRelaxation>
    | Improve this Doc View Source

    IIfcMechanicalSteelMaterialProperties.UltimateStrain

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

    IIfcMechanicalSteelMaterialProperties.UltimateStress

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

    IIfcMechanicalSteelMaterialProperties.YieldStress

    Declaration
    IfcPressureMeasure? IIfcMechanicalSteelMaterialProperties.YieldStress { get; set; }
    Returns
    Type Description
    System.Nullable<IfcPressureMeasure>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcMechanicalSteelMaterialProperties
    IIfcMechanicalMaterialProperties
    IIfcMaterialProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim