Show / Hide Table of Contents

    Class WFPLCruciformShape

    Derived from the CruciformShape class.

    Inheritance
    System.Object
    Shape
    CruciformShape
    WFPLCruciformShape
    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 WFPLCruciformShape : CruciformShape

    Constructors

    WFPLCruciformShape()

    Declaration
    public WFPLCruciformShape()

    Properties

    FSTeeDepth

    Depth of the FS Tee.

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

    FSTeeFlangeGauge

    Flange gauge of the FS Tee.

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

    FSTeeFlangeThickness

    Flange thickness of the FS Tee.

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

    FSTeeFlangeWeldSize

    Weld size of the FS Tee Flange.

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

    FSTeeFlangeWeldType

    Weld type of the FS Tee Flange. Uses WeldedShapeWeldType.

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

    FSTeeFlangeWidth

    Flange width of the FS Tee.

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

    FSTeeWebThickness

    Web thickness of the FS Tee.

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

    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

    NSTeeDepth

    Depth of the NS Tee.

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

    NSTeeFlangeGauge

    Flange gauge of the NS Tee.

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

    NSTeeFlangeThickness

    Flange thickness of the NS Tee.

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

    NSTeeFlangeWeldSize

    Weld size of the NSTee Flange.

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

    NSTeeFlangeWeldType

    Weld type of the NS Tee Flange. Uses WeldedShapeWeldType.

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

    NSTeeFlangeWidth

    Flange width of the NS Tee.

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

    NSTeeWebThickness

    Web thickness of the NS Tee.

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

    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

    WideFlangeSectionSize

    Section size of the Wide Flange material used for this shape.

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

    Methods

    Dispose(Boolean)

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