Show / Hide Table of Contents

    Class BoltTypeAustralia

    Bolt type setup information for an Australian design bolt

    Inheritance
    System.Object
    BoltType
    BoltTypeAustralia
    Inherited Members
    BoltType.Description
    BoltType.Material
    BoltType.FrictionBearing
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class BoltTypeAustralia : BoltType

    Properties

    LongSlot

    Declaration
    public double LongSlot { get; }
    Property Value
    Type Description
    System.Double

    OversizedHoleFactor

    Declaration
    public double OversizedHoleFactor { get; }
    Property Value
    Type Description
    System.Double

    ShortSlot

    Declaration
    public double ShortSlot { get; }
    Property Value
    Type Description
    System.Double

    SlipFactor

    Declaration
    public double SlipFactor { get; }
    Property Value
    Type Description
    System.Double

    StandardHoleFactor

    Declaration
    public double StandardHoleFactor { get; }
    Property Value
    Type Description
    System.Double

    Tension

    The nominal tension stress for this type of bolt

    Declaration
    public double Tension { get; }
    Property Value
    Type Description
    System.Double

    TensionMethod

    Declaration
    public TensionMethod TensionMethod { get; }
    Property Value
    Type Description
    TensionMethod

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    BoltType.Dispose(Boolean)

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    Back to top