Search Results for

    Show / Hide Table of Contents

    Interface IIfcStructuralLoadGroup

    Readonly interface for IfcStructuralLoadGroup

    Inherited Members
    IIfcGroup.IsGroupedBy
    IIfcObject.ObjectType
    IIfcObject.IsDefinedBy
    IIfcObjectDefinition.HasAssignments
    IIfcObjectDefinition.IsDecomposedBy
    IIfcObjectDefinition.Decomposes
    IIfcObjectDefinition.HasAssociations
    IIfcRoot.GlobalId
    IIfcRoot.OwnerHistory
    IIfcRoot.Name
    IIfcRoot.Description
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcStructuralLoadGroup : IIfcGroup, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ActionSource

    Declaration
    IfcActionSourceTypeEnum ActionSource { get; set; }
    Property Value
    Type Description
    IfcActionSourceTypeEnum
    | Improve this Doc View Source

    ActionType

    Declaration
    IfcActionTypeEnum ActionType { get; set; }
    Property Value
    Type Description
    IfcActionTypeEnum
    | Improve this Doc View Source

    Coefficient

    Declaration
    IfcRatioMeasure? Coefficient { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcRatioMeasure>
    | Improve this Doc View Source

    LoadGroupFor

    Declaration
    IEnumerable<IIfcStructuralAnalysisModel> LoadGroupFor { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcStructuralAnalysisModel>
    | Improve this Doc View Source

    PredefinedType

    Declaration
    IfcLoadGroupTypeEnum PredefinedType { get; set; }
    Property Value
    Type Description
    IfcLoadGroupTypeEnum
    | Improve this Doc View Source

    Purpose

    Declaration
    IfcLabel? Purpose { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    SourceOfResultGroup

    Declaration
    IEnumerable<IIfcStructuralResultGroup> SourceOfResultGroup { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcStructuralResultGroup>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim