Show / Hide Table of Contents

    Class PLWTCruciformShape

    Derived from the CruciformShape class.

    Inheritance
    System.Object
    Shape
    CruciformShape
    PLWTCruciformShape
    Inherited Members
    CruciformShape.GetStructuralProperties(SteelGrade)
    CruciformShape.CruciformSubType
    Shape.GetHashCode()
    Shape.Equals(Object)
    Shape.SectionSize
    Shape.IsAvailable
    Shape.SourceReference
    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 sealed class PLWTCruciformShape : CruciformShape

    Constructors

    PLWTCruciformShape()

    Declaration
    public PLWTCruciformShape()

    Properties

    BtmFlangeGauge

    Gauge of the Bottom Flange.

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

    BtmFlangeThickness

    Thickness of the Bottom Flange.

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

    BtmFlangeWeldSize

    Weld size of the Bottom Flange.

    Declaration
    public double BtmFlangeWeldSize { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    Depth

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

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

    FSTeeSectionSize

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

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

    FSTeeWeldSize

    Weld size of the FS Tee.

    Declaration
    public double FSTeeWeldSize { get; set; }
    Property Value
    Type Description
    System.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
    System.String

    NSTeeWeldSize

    Weld size of the NS Tee.

    Declaration
    public double NSTeeWeldSize { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    TopFlangeThickness

    Thickness of the Top Flange.

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

    TopFlangeWeldSize

    Weld size of the Top Flange.

    Declaration
    public double TopFlangeWeldSize { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    WebThickness

    Web thickness of the main member material.

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

    Methods

    Dispose(Boolean)

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