Search Results for

    Show / Hide Table of Contents

    Class XbimDimensionalExponents

    Inheritance
    System.Object
    XbimDimensionalExponents
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc2x3.MeasureResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public class XbimDimensionalExponents

    Constructors

    | Improve this Doc View Source

    XbimDimensionalExponents()

    Declaration
    public XbimDimensionalExponents()
    | Improve this Doc View Source

    XbimDimensionalExponents(Int32, Int32, Int32, Int32, Int32, Int32, Int32)

    Declaration
    public XbimDimensionalExponents(int length, int mass, int time, int elec, int temp, int substs, int lumin)
    Parameters
    Type Name Description
    System.Int32 length
    System.Int32 mass
    System.Int32 time
    System.Int32 elec
    System.Int32 temp
    System.Int32 substs
    System.Int32 lumin

    Properties

    | Improve this Doc View Source

    AmountOfSubstanceExponent

    The power of the amount of substance base quantity.

    Declaration
    public long AmountOfSubstanceExponent { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    ElectricCurrentExponent

    The power of the electric current base quantity.

    Declaration
    public long ElectricCurrentExponent { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Item[Int32]

    Declaration
    public long this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    LengthExponent

    The power of the length base quantity.

    Declaration
    public long LengthExponent { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    LuminousIntensityExponent

    The power of the luminous longensity base quantity.

    Declaration
    public long LuminousIntensityExponent { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    MassExponent

    The power of the mass base quantity.

    Declaration
    public long MassExponent { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    ThermodynamicTemperatureExponent

    The power of the thermodynamic temperature base quantity.

    Declaration
    public long ThermodynamicTemperatureExponent { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    TimeExponent

    The power of the time base quantity.

    Declaration
    public long TimeExponent { get; set; }
    Property Value
    Type Description
    System.Int64

    Methods

    | Improve this Doc View Source

    CorrectDimensions(IfcUnitEnum, XbimDimensionalExponents)

    Declaration
    public static bool CorrectDimensions(IfcUnitEnum unit, XbimDimensionalExponents dim)
    Parameters
    Type Name Description
    IfcUnitEnum unit
    XbimDimensionalExponents dim
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CorrectUnitAssignment(List<IfcUnit>)

    Declaration
    public static XbimDimensionalExponents CorrectUnitAssignment(List<IfcUnit> units)
    Parameters
    Type Name Description
    System.Collections.Generic.List<IfcUnit> units
    Returns
    Type Description
    XbimDimensionalExponents
    | Improve this Doc View Source

    DeriveDimensionalExponents(IEnumerable<IfcDerivedUnitElement>)

    Declaration
    public static XbimDimensionalExponents DeriveDimensionalExponents(IEnumerable<IfcDerivedUnitElement> unitElements)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<IfcDerivedUnitElement> unitElements
    Returns
    Type Description
    XbimDimensionalExponents
    | Improve this Doc View Source

    DeriveDimensionalExponents(IfcUnit)

    Declaration
    public static XbimDimensionalExponents DeriveDimensionalExponents(IfcUnit unit)
    Parameters
    Type Name Description
    IfcUnit unit
    Returns
    Type Description
    XbimDimensionalExponents
    | Improve this Doc View Source

    DimensionsForSiUnit(Nullable<IfcSIUnitName>)

    Declaration
    public static XbimDimensionalExponents DimensionsForSiUnit(IfcSIUnitName? siUnit)
    Parameters
    Type Name Description
    System.Nullable<IfcSIUnitName> siUnit
    Returns
    Type Description
    XbimDimensionalExponents
    | Improve this Doc View Source

    DimensionsForUnit(IfcUnitEnum)

    Declaration
    public static XbimDimensionalExponents DimensionsForUnit(IfcUnitEnum unit)
    Parameters
    Type Name Description
    IfcUnitEnum unit
    Returns
    Type Description
    XbimDimensionalExponents
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim