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
    System.Object
    BaseCapPlateWelds
    BaseCapPlateWeldAllAround
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    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 class BaseCapPlateWeldAllAround : BaseCapPlateWelds

    Properties

    WeldSize

    The size of the weld

    Declaration
    public double WeldSize { get; }
    Property Value
    Type Description
    System.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(Boolean)

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