Show / Hide Table of Contents

    Class BaseCapPlateWeldAllAround

    If you want the column welded all around to the base/cap plate use this set of options.

    Inheritance
    object
    BaseCapPlateWelds
    BaseCapPlateWeldAllAround
    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 BaseCapPlateWeldAllAround : BaseCapPlateWelds

    Properties

    WeldSize

    The size of the weld

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

    WeldType

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

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

    Methods

    Dispose(bool)

    If you want the column welded all around to the base/cap plate use this set of options.

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