Search Results for

    Show / Hide Table of Contents

    Class IfcSurfaceReinforcementArea

    Inheritance
    System.Object
    PersistEntity
    IfcStructuralLoad
    IfcStructuralLoadOrResult
    IfcSurfaceReinforcementArea
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcStructuralLoad>
    System.IEquatable<IfcStructuralLoadOrResult>
    IInstantiableEntity
    IIfcSurfaceReinforcementArea
    IIfcStructuralLoadOrResult
    IIfcStructuralLoad
    IPersistEntity
    IPersist
    System.IEquatable<IfcSurfaceReinforcementArea>
    IExpressValidatable
    Inherited Members
    IfcStructuralLoadOrResult.Equals(IfcStructuralLoadOrResult)
    IfcStructuralLoad.IIfcStructuralLoad.Name
    IfcStructuralLoad.Name
    IfcStructuralLoad.Equals(IfcStructuralLoad)
    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.Ifc4.StructuralLoadResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcSurfaceReinforcementArea", 1288)]
    public class IfcSurfaceReinforcementArea : IfcStructuralLoadOrResult, INotifyPropertyChanged, IEquatable<IfcStructuralLoad>, IEquatable<IfcStructuralLoadOrResult>, IInstantiableEntity, IIfcSurfaceReinforcementArea, IIfcStructuralLoadOrResult, IIfcStructuralLoad, IPersistEntity, IPersist, IEquatable<IfcSurfaceReinforcementArea>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    ShearReinforcement

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

    SurfaceReinforcement1

    Declaration
    [EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{2}, new int[]{3}, 2)]
    public IOptionalItemSet<IfcLengthMeasure> SurfaceReinforcement1 { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcLengthMeasure>
    | Improve this Doc View Source

    SurfaceReinforcement2

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{2}, new int[]{3}, 3)]
    public IOptionalItemSet<IfcLengthMeasure> SurfaceReinforcement2 { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcLengthMeasure>

    Methods

    | Improve this Doc View Source

    Equals(IfcSurfaceReinforcementArea)

    Declaration
    public bool Equals(IfcSurfaceReinforcementArea other)
    Parameters
    Type Name Description
    IfcSurfaceReinforcementArea 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
    IfcStructuralLoadOrResult.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(IfcSurfaceReinforcementArea.IfcSurfaceReinforcementAreaClause)

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

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

    IIfcSurfaceReinforcementArea.ShearReinforcement

    Declaration
    IfcRatioMeasure? IIfcSurfaceReinforcementArea.ShearReinforcement { get; set; }
    Returns
    Type Description
    System.Nullable<IfcRatioMeasure>
    | Improve this Doc View Source

    IIfcSurfaceReinforcementArea.SurfaceReinforcement1

    Declaration
    IItemSet<IfcLengthMeasure> IIfcSurfaceReinforcementArea.SurfaceReinforcement1 { get; }
    Returns
    Type Description
    IItemSet<IfcLengthMeasure>
    | Improve this Doc View Source

    IIfcSurfaceReinforcementArea.SurfaceReinforcement2

    Declaration
    IItemSet<IfcLengthMeasure> IIfcSurfaceReinforcementArea.SurfaceReinforcement2 { get; }
    Returns
    Type Description
    IItemSet<IfcLengthMeasure>

    Implements

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