Show / Hide Table of Contents

    Class BoltTypeAustralia

    Bolt type setup information for an Australian design bolt

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

    Properties

    LongSlot

    Bolt type setup information for an Australian design bolt

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

    OversizedHoleFactor

    Bolt type setup information for an Australian design bolt

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

    ShortSlot

    Bolt type setup information for an Australian design bolt

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

    SlipFactor

    Bolt type setup information for an Australian design bolt

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

    StandardHoleFactor

    Bolt type setup information for an Australian design bolt

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

    Tension

    The nominal tension stress for this type of bolt

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

    TensionMethod

    Bolt type setup information for an Australian design bolt

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

    Methods

    Dispose(bool)

    Bolt type setup information for an Australian design bolt

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

    Equals(object)

    Bolt type setup information for an Australian design bolt

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

    GetHashCode()

    Bolt type setup information for an Australian design bolt

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    Back to top