Show / Hide Table of Contents

    Class BoltTypeASD9

    Bolt type setup information for an ASD9 bolt

    Inheritance
    object
    BoltType
    BoltTypeASD9
    BoltTypeLRFD3
    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 BoltTypeASD9 : BoltType

    Properties

    ShearLongSlot

    The maximum allowable shear stress for the type of bolt being defined when it is used in a long slot.

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

    ShearOversized

    The maximum allowable shear stress for the type of bolt being defined when used in an oversized hole. An oversized hole is a round hole that is typically 1/8 inch larger than the bolt diameter.

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

    ShearShortSlot

    The maximum allowable shear stress for the type of bolt being defined when it is used in a short slot.

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

    ShearStandard

    The maximum allowable shear stress that the type of bolt being defined can withstand when used in a standard hole. A standard hole is a round hole that is typically 1/16 inch larger than the bolt diameter.

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

    SurfaceClass

    Only applies for slip critical bolts

    Declaration
    public SurfaceClassType SurfaceClass { get; }
    Property Value
    Type Description
    SurfaceClassType
    Remarks

    Can only be A, B, or C

    Tension

    The nominal tension stress for this type of bolt

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

    Methods

    Dispose(bool)

    Bolt type setup information for an ASD9 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 ASD9 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 ASD9 bolt

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