Show / Hide Table of Contents

    Class WideFlangeShape

    A Shape derived class.

    Inheritance
    object
    Shape
    RolledShape
    RolledWebFlangeShape
    WideFlangeShape
    Inherited Members
    RolledWebFlangeShape.FlangeWidth
    RolledWebFlangeShape.FlangeThickness
    RolledWebFlangeShape.WebThickness
    RolledWebFlangeShape.KDetail
    RolledWebFlangeShape.KDesign
    RolledWebFlangeShape.FlangeGage
    RolledWebFlangeShape.FlangeBevel
    RolledShape.Depth
    RolledShape.NominalDepth
    RolledShape.WeightPerUnitFoot
    Shape.GetHashCode()
    Shape.Equals(object)
    Shape.SectionSize
    Shape.IsAvailable
    Shape.SourceReference
    object.GetType()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public sealed class WideFlangeShape : RolledWebFlangeShape

    Constructors

    WideFlangeShape()

    A Shape derived class.

    Declaration
    public WideFlangeShape()

    Properties

    K1

    The width of the fillet measured from the center of the web to the edge of the fillet or k region. This is a detail value and is also used for design.

    Declaration
    public double K1 { get; set; }
    Property Value
    Type Description
    double

    SeismicAccessHole

    The type of seismic access hole

    Declaration
    public SeismicAccessHoleType SeismicAccessHole { get; }
    Property Value
    Type Description
    SeismicAccessHoleType

    Methods

    Dispose(bool)

    A Shape derived class.

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

    GetStructuralProperties(SteelGrade)

    Get the structural properties, from the production standard, for a specific grade. To get the default standard pass null for the grade

    Declaration
    public CommonStructuralProperties GetStructuralProperties(SteelGrade forGrade)
    Parameters
    Type Name Description
    SteelGrade forGrade

    Production standards are under grade names for many types, so passing in the grade lets us lookup StructuralProperties for a specific production standard for this grade. There is also always a default, pass null to get this.

    Returns
    Type Description
    CommonStructuralProperties
    Back to top