Search Results for

    Show / Hide Table of Contents

    Class IfcCraneRailFShapeProfileDef

    Inheritance
    System.Object
    PersistEntity
    IfcProfileDef
    IfcParameterizedProfileDef
    IfcCraneRailFShapeProfileDef
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcProfileDef>
    IIfcParameterizedProfileDef
    IIfcProfileDef
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<IfcParameterizedProfileDef>
    IInstantiableEntity
    IIfcCraneRailFShapeProfileDef
    IIfcParameterizedProfileDef
    IIfcProfileDef
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcCraneRailFShapeProfileDef>
    Inherited Members
    IfcParameterizedProfileDef.IIfcParameterizedProfileDef.Position
    IfcParameterizedProfileDef.IIfcParameterizedProfileDef.Position
    IfcParameterizedProfileDef.Position
    IfcParameterizedProfileDef.Equals(IfcParameterizedProfileDef)
    IfcProfileDef.IIfcProfileDef.ProfileType
    IfcProfileDef.IIfcProfileDef.ProfileName
    IfcProfileDef.IIfcProfileDef.HasExternalReference
    IfcProfileDef.IIfcProfileDef.HasProperties
    IfcProfileDef.IIfcProfileDef.ProfileType
    IfcProfileDef.IIfcProfileDef.ProfileName
    IfcProfileDef.ProfileType
    IfcProfileDef.ProfileName
    IfcProfileDef.Equals(IfcProfileDef)
    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.ProfileResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcCraneRailFShapeProfileDef", 112)]
    public class IfcCraneRailFShapeProfileDef : IfcParameterizedProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcParameterizedProfileDef>, IInstantiableEntity, IIfcCraneRailFShapeProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcCraneRailFShapeProfileDef>

    Properties

    | Improve this Doc View Source

    BaseDepth1

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

    BaseDepth2

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

    CentreOfGravityInY

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

    HeadDepth2

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

    HeadDepth3

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

    HeadWidth

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

    OverallHeight

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

    Radius

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

    WebThickness

    Declaration
    [EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
    public IfcPositiveLengthMeasure WebThickness { get; set; }
    Property Value
    Type Description
    IfcPositiveLengthMeasure

    Methods

    | Improve this Doc View Source

    Equals(IfcCraneRailFShapeProfileDef)

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

    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

    IIfcCraneRailFShapeProfileDef.BaseDepth1

    Declaration
    IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.BaseDepth1 { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcCraneRailFShapeProfileDef.BaseDepth2

    Declaration
    IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.BaseDepth2 { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcCraneRailFShapeProfileDef.CentreOfGravityInY

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

    IIfcCraneRailFShapeProfileDef.HeadDepth2

    Declaration
    IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.HeadDepth2 { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcCraneRailFShapeProfileDef.HeadDepth3

    Declaration
    IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.HeadDepth3 { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcCraneRailFShapeProfileDef.HeadWidth

    Declaration
    IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.HeadWidth { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcCraneRailFShapeProfileDef.OverallHeight

    Declaration
    IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.OverallHeight { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcCraneRailFShapeProfileDef.Radius

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

    IIfcCraneRailFShapeProfileDef.WebThickness

    Declaration
    IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.WebThickness { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure

    Implements

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