Show / Hide Table of Contents

    Class BaseCapRectangularPlate

    A rectangular base/cap plate

    Inheritance
    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
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, 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
    uint

    CenterHoleRows

    Number of rows of holes

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

    HoleSpacingX

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

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

    HoleSpacingY

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

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

    LeftLeg

    Leg holes for the left side leg

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

    Length

    The length of the base cap plate

    Declaration
    public double Length { get; }
    Property Value
    Type Description
    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 base cap plate

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

    Methods

    Dispose(bool)

    A rectangular base/cap plate

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