Search Results for

    Show / Hide Table of Contents

    Interface IIfcStructuralLoadLinearForce

    Readonly interface for IfcStructuralLoadLinearForce

    Inherited Members
    IIfcStructuralLoad.Name
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcStructuralLoadLinearForce : IIfcStructuralLoadStatic, IIfcStructuralLoadOrResult, IIfcStructuralLoad, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    LinearForceX

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

    LinearForceY

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

    LinearForceZ

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

    LinearMomentX

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

    LinearMomentY

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

    LinearMomentZ

    Declaration
    IfcLinearMomentMeasure? LinearMomentZ { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLinearMomentMeasure>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim