Show / Hide Table of Contents

    Class WFWTCruciformShape

    Derived from the CruciformShape class.

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

    Constructors

    WFWTCruciformShape()

    Derived from the CruciformShape class.

    Declaration
    public WFWTCruciformShape()

    Properties

    FSTeeSectionSize

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

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

    FSTeeWeldSize

    Weld size used for FS Tee.

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

    FSTeeWeldType

    Weld type used for FS Tee. Uses WeldedShapeWeldType.

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

    NSTeeSectionSize

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

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

    NSTeeWeldSize

    Weld size used for NS Tee.

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

    NSTeeWeldType

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

    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