Search Results for

    Show / Hide Table of Contents

    Class IfcRelaxation

    Inheritance
    System.Object
    PersistEntity
    IfcRelaxation
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcRelaxation
    IPersistEntity
    IPersist
    System.IEquatable<IfcRelaxation>
    Inherited Members
    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("IfcRelaxation", 364)]
    public class IfcRelaxation : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcRelaxation, IPersistEntity, IPersist, IEquatable<IfcRelaxation>

    Properties

    | Improve this Doc View Source

    InitialStress

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
    public IfcNormalisedRatioMeasure InitialStress { get; set; }
    Property Value
    Type Description
    IfcNormalisedRatioMeasure
    | Improve this Doc View Source

    RelaxationValue

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
    public IfcNormalisedRatioMeasure RelaxationValue { get; set; }
    Property Value
    Type Description
    IfcNormalisedRatioMeasure

    Methods

    | Improve this Doc View Source

    Equals(IfcRelaxation)

    Declaration
    public bool Equals(IfcRelaxation other)
    Parameters
    Type Name Description
    IfcRelaxation 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
    PersistEntity.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcRelaxation.InitialStress

    Declaration
    IfcNormalisedRatioMeasure IIfcRelaxation.InitialStress { get; set; }
    Returns
    Type Description
    IfcNormalisedRatioMeasure
    | Improve this Doc View Source

    IIfcRelaxation.RelaxationValue

    Declaration
    IfcNormalisedRatioMeasure IIfcRelaxation.RelaxationValue { get; set; }
    Returns
    Type Description
    IfcNormalisedRatioMeasure

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcRelaxation
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim