Show / Hide Table of Contents

    Class RolledWebFlangeShape

    Base for shapes with I or H profiles, C profiles and T profiles. These shapes share all of these profile properties.

    Inheritance
    object
    Shape
    RolledShape
    RolledWebFlangeShape
    ChannelShape
    SFlangeShape
    STeeShape
    WTeeShape
    WideFlangeShape
    Inherited Members
    RolledShape.Depth
    RolledShape.NominalDepth
    RolledShape.WeightPerUnitFoot
    Shape.GetHashCode()
    Shape.Equals(object)
    Shape.SectionSize
    Shape.IsAvailable
    Shape.SourceReference
    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 RolledWebFlangeShape : RolledShape

    Properties

    FlangeBevel

    The bevel angle on the flange

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

    FlangeGage

    The distance between the gage line on both flanges, half of this value would be the distance from the center of the web to either gage line.

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

    FlangeThickness

    The thickness of the flange

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

    FlangeWidth

    The width of the flange

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

    KDesign

    The width of the fillet measured from the outside of the flange to the edge of the fillet. This is a "design" value and reflects the minimum fillet size for worn rollers.

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

    KDetail

    The width of the fillet measured from the outside of the flange to the edge of the fillet. This is a "detail" value and reflects the maximum fillet size.

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

    WebThickness

    The thickness of the web

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

    Methods

    Dispose(bool)

    Base for shapes with I or H profiles, C profiles and T profiles. These shapes share all of these profile properties.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    RolledShape.Dispose(bool)
    Back to top