Show / Hide Table of Contents

    Class PLWTCruciformShape

    Derived from the CruciformShape class.

    Inheritance
    object
    Shape
    CruciformShape
    PLWTCruciformShape
    Inherited Members
    CruciformShape.GetStructuralProperties(SteelGrade)
    CruciformShape.CruciformSubType
    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 PLWTCruciformShape : CruciformShape

    Constructors

    PLWTCruciformShape()

    Derived from the CruciformShape class.

    Declaration
    public PLWTCruciformShape()

    Properties

    BtmFlangeGauge

    Gauge of the Bottom Flange.

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

    BtmFlangeThickness

    Thickness of the Bottom Flange.

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

    BtmFlangeWeldSize

    Weld size of the Bottom Flange.

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

    BtmFlangeWeldType

    Weld type of the Bottom Flange. Uses WeldedShapeWeldType.

    Declaration
    public WeldedShapeWeldType BtmFlangeWeldType { get; set; }
    Property Value
    Type Description
    WeldedShapeWeldType

    BtmFlangeWidth

    Width of the Bottom Flange.

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

    Depth

    Main member width + Top flange thickness + Bottom flange thickness.

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

    FSTeeSectionSize

    Section size of the W Tee material used in this shape.

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

    FSTeeWeldSize

    Weld size of the FS Tee.

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

    FSTeeWeldType

    Weld Type of the FS Tee. Uses WeldedShapeWeldType.

    Declaration
    public WeldedShapeWeldType FSTeeWeldType { get; set; }
    Property Value
    Type Description
    WeldedShapeWeldType

    NSTeeSectionSize

    Section size of the W Tee material used in this shape.

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

    NSTeeWeldSize

    Weld size of the NS Tee.

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

    NSTeeWeldType

    Weld type of the NS Tee. Uses WeldedShapeWeldType.

    Declaration
    public WeldedShapeWeldType NSTeeWeldType { get; set; }
    Property Value
    Type Description
    WeldedShapeWeldType

    TopFlangeGauge

    Gauge of the Top Flange.

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

    TopFlangeThickness

    Thickness of the Top Flange.

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

    TopFlangeWeldSize

    Weld size of the Top Flange.

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

    TopFlangeWeldType

    Weld type of the Top Flange. Uses WeldedShapeWeldType.

    Declaration
    public WeldedShapeWeldType TopFlangeWeldType { get; set; }
    Property Value
    Type Description
    WeldedShapeWeldType

    TopFlangeWidth

    Width of the Top Flange.

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

    WebThickness

    Web thickness of the main member material.

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

    Methods

    Dispose(bool)

    Derived from the CruciformShape class.

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