Search Results for

    Show / Hide Table of Contents

    Class IfcMechanicalMaterialProperties

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialProperties
    IfcMechanicalMaterialProperties
    IfcMechanicalConcreteMaterialProperties
    IfcMechanicalSteelMaterialProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<IfcMaterialProperties>
    IInstantiableEntity
    IIfcMechanicalMaterialProperties
    IIfcMaterialProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcMechanicalMaterialProperties>
    IExpressValidatable
    Inherited Members
    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("IfcMechanicalMaterialProperties", 436)]
    public class IfcMechanicalMaterialProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcMechanicalMaterialProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcMechanicalMaterialProperties>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    DynamicViscosity

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

    PoissonRatio

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

    ShearModulus

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

    ThermalExpansionCoefficient

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

    YoungModulus

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

    Methods

    | Improve this Doc View Source

    Equals(IfcMechanicalMaterialProperties)

    Declaration
    public bool Equals(IfcMechanicalMaterialProperties other)
    Parameters
    Type Name Description
    IfcMechanicalMaterialProperties 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
    IfcMaterialProperties.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

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

    ValidateClause(IfcMechanicalMaterialProperties.IfcMechanicalMaterialPropertiesClause)

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

    Declaration
    public bool ValidateClause(IfcMechanicalMaterialProperties.IfcMechanicalMaterialPropertiesClause clause)
    Parameters
    Type Name Description
    IfcMechanicalMaterialProperties.IfcMechanicalMaterialPropertiesClause 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

    IIfcMechanicalMaterialProperties.DynamicViscosity

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

    IIfcMechanicalMaterialProperties.PoissonRatio

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

    IIfcMechanicalMaterialProperties.ShearModulus

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

    IIfcMechanicalMaterialProperties.ThermalExpansionCoefficient

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

    IIfcMechanicalMaterialProperties.YoungModulus

    Declaration
    IfcModulusOfElasticityMeasure? IIfcMechanicalMaterialProperties.YoungModulus { get; set; }
    Returns
    Type Description
    System.Nullable<IfcModulusOfElasticityMeasure>

    Implements

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