Show / Hide Table of Contents

    Class BaseCapPlateWeldFullSpecification

    If you want different options for web, flange, and seal welds use this option.

    Inheritance
    object
    BaseCapPlateWelds
    BaseCapPlateWeldFullSpecification
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class BaseCapPlateWeldFullSpecification : BaseCapPlateWelds

    Properties

    FlangeWeldSide

    Weld side option for the flanges

    Declaration
    public WeldSide FlangeWeldSide { get; }
    Property Value
    Type Description
    WeldSide

    FlangeWeldSize

    The size of the flange weld

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

    FlangeWeldType

    Set the flange weld type. This can only be WeldType.Fillet, WeldType.SquareGroove, or WeldType.BevelGroove

    Declaration
    public WeldType FlangeWeldType { get; }
    Property Value
    Type Description
    WeldType

    SealWeldSize

    Size of the seal weld

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

    UseSealWeld

    Whether or not to add seal welds

    Declaration
    public bool UseSealWeld { get; }
    Property Value
    Type Description
    bool

    WebWeldSide

    Weld side option for the web, this can only be None or BothSides

    Declaration
    public WeldSide WebWeldSide { get; }
    Property Value
    Type Description
    WeldSide

    WebWeldSize

    The size of the web weld

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

    WebWeldType

    Set the web weld type. This can only be WeldType.Fillet or WeldType.SquareGroove

    Declaration
    public WeldType WebWeldType { get; }
    Property Value
    Type Description
    WeldType

    Methods

    Dispose(bool)

    If you want different options for web, flange, and seal welds use this option.

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