Search Results for

    Show / Hide Table of Contents

    Class IfcRelConnectsStructuralMember

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcRelationship
    IfcRelConnects
    IfcRelConnectsStructuralMember
    IfcRelConnectsWithEccentricity
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcRelationship>
    System.IEquatable<IfcRelConnects>
    IIfcRelConnectsStructuralMember
    IIfcRelConnects
    IIfcRelationship
    IIfcRoot
    IInstantiableEntity
    IIfcRelConnectsStructuralMember
    IIfcRelConnects
    IIfcRelationship
    IIfcRoot
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcRelConnectsStructuralMember>
    Inherited Members
    IfcRelConnects.Equals(IfcRelConnects)
    IfcRelationship.Equals(IfcRelationship)
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.GlobalId
    IfcRoot.OwnerHistory
    IfcRoot.Name
    IfcRoot.Description
    IfcRoot.Equals(IfcRoot)
    IfcRoot.FriendlyName
    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.StructuralAnalysisDomain
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcRelConnectsStructuralMember", 321)]
    public class IfcRelConnectsStructuralMember : IfcRelConnects, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcRelationship>, IEquatable<IfcRelConnects>, IIfcRelConnectsStructuralMember, IIfcRelConnects, IIfcRelationship, IIfcRoot, IInstantiableEntity, IIfcRelConnectsStructuralMember, IIfcRelConnects, IIfcRelationship, IIfcRoot, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcRelConnectsStructuralMember>

    Properties

    | Improve this Doc View Source

    AdditionalConditions

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

    AppliedCondition

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

    ConditionCoordinateSystem

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

    RelatedStructuralConnection

    Declaration
    [IndexedProperty]
    [EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
    public IfcStructuralConnection RelatedStructuralConnection { get; set; }
    Property Value
    Type Description
    IfcStructuralConnection
    | Improve this Doc View Source

    RelatingStructuralMember

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

    SupportedLength

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

    Methods

    | Improve this Doc View Source

    Equals(IfcRelConnectsStructuralMember)

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

    IContainsIndexedReferences.IndexedReferences

    Declaration
    IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.AdditionalConditions

    Declaration
    IIfcStructuralConnectionCondition IIfcRelConnectsStructuralMember.AdditionalConditions { get; set; }
    Returns
    Type Description
    IIfcStructuralConnectionCondition
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.AppliedCondition

    Declaration
    IIfcBoundaryCondition IIfcRelConnectsStructuralMember.AppliedCondition { get; set; }
    Returns
    Type Description
    IIfcBoundaryCondition
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.ConditionCoordinateSystem

    Declaration
    IIfcAxis2Placement3D IIfcRelConnectsStructuralMember.ConditionCoordinateSystem { get; set; }
    Returns
    Type Description
    IIfcAxis2Placement3D
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.RelatedStructuralConnection

    Declaration
    IIfcStructuralConnection IIfcRelConnectsStructuralMember.RelatedStructuralConnection { get; set; }
    Returns
    Type Description
    IIfcStructuralConnection
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.RelatingStructuralMember

    Declaration
    IIfcStructuralMember IIfcRelConnectsStructuralMember.RelatingStructuralMember { get; set; }
    Returns
    Type Description
    IIfcStructuralMember
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.SupportedLength

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

    IIfcRelConnectsStructuralMember.AdditionalConditions

    Declaration
    [CrossSchemaAttribute(typeof(IIfcRelConnectsStructuralMember), 8)]
    IIfcStructuralConnectionCondition IIfcRelConnectsStructuralMember.AdditionalConditions { get; set; }
    Returns
    Type Description
    IIfcStructuralConnectionCondition
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.AppliedCondition

    Declaration
    [CrossSchemaAttribute(typeof(IIfcRelConnectsStructuralMember), 7)]
    IIfcBoundaryCondition IIfcRelConnectsStructuralMember.AppliedCondition { get; set; }
    Returns
    Type Description
    IIfcBoundaryCondition
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.ConditionCoordinateSystem

    Declaration
    [CrossSchemaAttribute(typeof(IIfcRelConnectsStructuralMember), 10)]
    IIfcAxis2Placement3D IIfcRelConnectsStructuralMember.ConditionCoordinateSystem { get; set; }
    Returns
    Type Description
    IIfcAxis2Placement3D
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.RelatedStructuralConnection

    Declaration
    [CrossSchemaAttribute(typeof(IIfcRelConnectsStructuralMember), 6)]
    IIfcStructuralConnection IIfcRelConnectsStructuralMember.RelatedStructuralConnection { get; set; }
    Returns
    Type Description
    IIfcStructuralConnection
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.RelatingStructuralMember

    Declaration
    [CrossSchemaAttribute(typeof(IIfcRelConnectsStructuralMember), 5)]
    IIfcStructuralMember IIfcRelConnectsStructuralMember.RelatingStructuralMember { get; set; }
    Returns
    Type Description
    IIfcStructuralMember
    | Improve this Doc View Source

    IIfcRelConnectsStructuralMember.SupportedLength

    Declaration
    [CrossSchemaAttribute(typeof(IIfcRelConnectsStructuralMember), 9)]
    IfcLengthMeasure? IIfcRelConnectsStructuralMember.SupportedLength { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLengthMeasure>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IIfcRelConnectsStructuralMember
    IIfcRelConnects
    IIfcRelationship
    IIfcRoot
    IInstantiableEntity
    IIfcRelConnectsStructuralMember
    IIfcRelConnects
    IIfcRelationship
    IIfcRoot
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim