Search Results for

    Show / Hide Table of Contents

    Class IfcReinforcementBarProperties

    Inheritance
    System.Object
    PersistEntity
    IfcPropertyAbstraction
    IfcPreDefinedProperties
    IfcReinforcementBarProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcPropertyAbstraction>
    System.IEquatable<IfcPreDefinedProperties>
    IInstantiableEntity
    IIfcReinforcementBarProperties
    IIfcPreDefinedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcReinforcementBarProperties>
    Inherited Members
    IfcPreDefinedProperties.Equals(IfcPreDefinedProperties)
    IfcPropertyAbstraction.IIfcPropertyAbstraction.HasExternalReferences
    IfcPropertyAbstraction.HasExternalReferences
    IfcPropertyAbstraction.Equals(IfcPropertyAbstraction)
    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.ProfileResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcReinforcementBarProperties", 684)]
    public class IfcReinforcementBarProperties : IfcPreDefinedProperties, INotifyPropertyChanged, IEquatable<IfcPropertyAbstraction>, IEquatable<IfcPreDefinedProperties>, IInstantiableEntity, IIfcReinforcementBarProperties, IIfcPreDefinedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcReinforcementBarProperties>

    Properties

    | Improve this Doc View Source

    BarCount

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

    BarSurface

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

    EffectiveDepth

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

    NominalBarDiameter

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

    SteelGrade

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

    TotalCrossSectionArea

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

    Methods

    | Improve this Doc View Source

    Equals(IfcReinforcementBarProperties)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcReinforcementBarProperties.BarCount

    Declaration
    IfcCountMeasure? IIfcReinforcementBarProperties.BarCount { get; set; }
    Returns
    Type Description
    System.Nullable<IfcCountMeasure>
    | Improve this Doc View Source

    IIfcReinforcementBarProperties.BarSurface

    Declaration
    IfcReinforcingBarSurfaceEnum? IIfcReinforcementBarProperties.BarSurface { get; set; }
    Returns
    Type Description
    System.Nullable<IfcReinforcingBarSurfaceEnum>
    | Improve this Doc View Source

    IIfcReinforcementBarProperties.EffectiveDepth

    Declaration
    IfcLengthMeasure? IIfcReinforcementBarProperties.EffectiveDepth { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    IIfcReinforcementBarProperties.NominalBarDiameter

    Declaration
    IfcPositiveLengthMeasure? IIfcReinforcementBarProperties.NominalBarDiameter { get; set; }
    Returns
    Type Description
    System.Nullable<IfcPositiveLengthMeasure>
    | Improve this Doc View Source

    IIfcReinforcementBarProperties.SteelGrade

    Declaration
    IfcLabel IIfcReinforcementBarProperties.SteelGrade { get; set; }
    Returns
    Type Description
    IfcLabel
    | Improve this Doc View Source

    IIfcReinforcementBarProperties.TotalCrossSectionArea

    Declaration
    IfcAreaMeasure IIfcReinforcementBarProperties.TotalCrossSectionArea { get; set; }
    Returns
    Type Description
    IfcAreaMeasure

    Implements

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