Class SteelGrade
Steel grade information
Inheritance
System.Object
SteelGrade
Inherited Members
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 SteelGrade
Properties
BetaW
Euro code correlation factor
Declaration
public double BetaW { get; }
Property Value
Type | Description |
---|---|
System.Double |
F
The tension, compression, and bending strength
Declaration
public double F { get; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
In ksi
Fce
End bearing in Chinese design, planed and close fitted.
Declaration
public double Fce { get; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
In ksi
Fu
The yield strength
Declaration
public double Fu { get; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
In ksi
Fv
The shear strength
Declaration
public double Fv { get; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
In ksi
Fy
The ultimate strength value
Declaration
public double Fy { get; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
In ksi
MaximumThickness
For AS 4100, the maximum thickness
Declaration
public double MaximumThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumThickness
For AS 4100, the minimum thickness
Declaration
public double MinimumThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
N
N value for CSA code
Declaration
public double N { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
The name or steel specification for this grade
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
NonStandardNote
Nonstandard, user, description of grade
Declaration
public string NonStandardNote { get; }
Property Value
Type | Description |
---|---|
System.String |
Rt
Ratio of expected tensile strength to the specified minimum Fu
Declaration
public double Rt { get; }
Property Value
Type | Description |
---|---|
System.Double |
Ry
Ratio of expected yield stress to the specified minimum yield stress, Fy
Declaration
public double Ry { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
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)
Finalize()
Declaration
protected void Finalize()
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
Operators
Equality(SteelGrade, SteelGrade)
Declaration
public static bool operator ==(SteelGrade a, SteelGrade b)
Parameters
Type | Name | Description |
---|---|---|
SteelGrade | a | |
SteelGrade | b |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(SteelGrade, SteelGrade)
Declaration
public static bool operator !=(SteelGrade a, SteelGrade b)
Parameters
Type | Name | Description |
---|---|---|
SteelGrade | a | |
SteelGrade | b |
Returns
Type | Description |
---|---|
System.Boolean |