Show / Hide Table of Contents

    Class SteelGrade

    Steel grade information

    Inheritance
    object
    SteelGrade
    Inherited Members
    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 SteelGrade

    Properties

    BetaW

    Euro code correlation factor

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

    F

    The tension, compression, and bending strength

    Declaration
    public double F { get; }
    Property Value
    Type Description
    double
    Remarks

    In ksi

    Fce

    End bearing in Chinese design, planed and close fitted.

    Declaration
    public double Fce { get; }
    Property Value
    Type Description
    double
    Remarks

    In ksi

    Fu

    The yield strength

    Declaration
    public double Fu { get; }
    Property Value
    Type Description
    double
    Remarks

    In ksi

    Fv

    The shear strength

    Declaration
    public double Fv { get; }
    Property Value
    Type Description
    double
    Remarks

    In ksi

    Fy

    The ultimate strength value

    Declaration
    public double Fy { get; }
    Property Value
    Type Description
    double
    Remarks

    In ksi

    MaximumThickness

    For AS 4100, the maximum thickness

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

    MinimumThickness

    For AS 4100, the minimum thickness

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

    N

    N value for CSA code

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

    Name

    The name or steel specification for this grade

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    NonStandardNote

    Nonstandard, user, description of grade

    Declaration
    public string NonStandardNote { get; }
    Property Value
    Type Description
    string

    Rt

    Ratio of expected tensile strength to the specified minimum Fu

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

    Ry

    Ratio of expected yield stress to the specified minimum yield stress, Fy

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

    Methods

    Dispose(bool)

    Steel grade information

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    Equals(object)

    Steel grade information

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

    ~SteelGrade()

    Steel grade information

    Declaration
    protected ~SteelGrade()

    GetHashCode()

    Steel grade information

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

    Operators

    operator ==(SteelGrade, SteelGrade)

    Steel grade information

    Declaration
    public static bool operator ==(SteelGrade a, SteelGrade b)
    Parameters
    Type Name Description
    SteelGrade a
    SteelGrade b
    Returns
    Type Description
    bool

    operator !=(SteelGrade, SteelGrade)

    Steel grade information

    Declaration
    public static bool operator !=(SteelGrade a, SteelGrade b)
    Parameters
    Type Name Description
    SteelGrade a
    SteelGrade b
    Returns
    Type Description
    bool
    Back to top