Show / Hide Table of Contents

    Class PLCruciformShape

    Derived from the CruciformShape class.

    Inheritance
    object
    Shape
    CruciformShape
    PLCruciformShape
    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 PLCruciformShape : CruciformShape

    Constructors

    PLCruciformShape()

    Derived from the CruciformShape class.

    Declaration
    public PLCruciformShape()

    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 for 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

    FSTeeDepth

    Depth of the FS Tee.

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

    FSTeeFlangeGauge

    Gauge of the FS Tee Flange.

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

    FSTeeFlangeThickness

    Thickness of the FS Tee Flange.

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

    FSTeeFlangeWeldSize

    Weld size for the FS Tee Flange.

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

    FSTeeFlangeWeldType

    Weld type for the FS Tee Flange. Uses WeldedShapeWeldType.

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

    FSTeeFlangeWidth

    Width of the FS Tee Flange.

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

    FSTeeWebThickness

    Web Thickness of the FS Tee.

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

    FSTeeWeldSize

    Weld size for the FS Tee.

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

    FSTeeWeldType

    Weld Type for the FS Tee. Uses WeldedShapeWeldType.

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

    NSTeeDepth

    Depth of the NS Tee.

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

    NSTeeFlangeGauge

    Guage of the NS Tee Flange.

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

    NSTeeFlangeThickness

    Thickness of the NS Tee Flange.

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

    NSTeeFlangeWeldSize

    Weld size for the NS Tee Flange.

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

    NSTeeFlangeWeldType

    Weld type for the NS Tee Flange. Uses WeldedShapeWeldType.

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

    NSTeeFlangeWidth

    Width of the NS Tee Flange.

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

    NSTeeWebThickness

    Web thickness of the NS Tee.

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

    NSTeeWeldSize

    Weld size for NS Tee.

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

    NSTeeWeldType

    Weld type for 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