Show / Hide Table of Contents

    Class BaseCapRectangularPlate

    A rectangular base/cap plate

    Inheritance
    System.Object
    BaseCapPlate
    BaseCapRectangularPlate
    Inherited Members
    BaseCapPlate.GetHashCode()
    BaseCapPlate.Equals(Object)
    BaseCapPlate.Piecemark
    BaseCapPlate.Thickness
    BaseCapPlate.BoltDiameter
    BaseCapPlate.HoleDiameter
    BaseCapPlate.HoleType
    BaseCapPlate.Grade
    BaseCapPlate.AdditionalHoles
    BaseCapPlate.VentDrainPattern
    BaseCapPlate.WeldsAsBasePlate
    BaseCapPlate.WeldsAsCapPlate
    BaseCapPlate.ColumnWeldPrep
    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 class BaseCapRectangularPlate : BaseCapPlate

    Properties

    BottomLeft

    Leg holes for the bottom leg

    Declaration
    public BaseCapPlateLeg BottomLeft { get; }
    Property Value
    Type Description
    BaseCapPlateLeg

    CenterHoleColumns

    Number of columns of holes

    Declaration
    public uint CenterHoleColumns { get; }
    Property Value
    Type Description
    System.UInt32

    CenterHoleRows

    Number of rows of holes

    Declaration
    public uint CenterHoleRows { get; }
    Property Value
    Type Description
    System.UInt32

    HoleSpacingX

    Space between the center holes in the X direction, horizontal spacing, column spacing.

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

    HoleSpacingY

    Space between the center holes in the Y direction, vertical spacing, row spacing.

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

    LeftLeg

    Leg holes for the left side leg

    Declaration
    public BaseCapPlateLeg LeftLeg { get; }
    Property Value
    Type Description
    BaseCapPlateLeg

    Length

    The length of the plate

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

    RightLeft

    Leg holes for the right side leg

    Declaration
    public BaseCapPlateLeg RightLeft { get; }
    Property Value
    Type Description
    BaseCapPlateLeg

    TopLeft

    Leg holes for the top leg

    Declaration
    public BaseCapPlateLeg TopLeft { get; }
    Property Value
    Type Description
    BaseCapPlateLeg

    Width

    The width of the plate

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

    Methods

    Dispose(Boolean)

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