Show / Hide Table of Contents

    Class BaseCapPlate

    A single entry on the base/cap plate schedule.

    Inheritance
    object
    BaseCapPlate
    BaseCapRectangularPlate
    BaseCapRoundPlate
    Inherited Members
    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 BaseCapPlate

    Properties

    AdditionalHoles

    Additional holes on the base plate. Up to 8.

    Declaration
    public BaseCapPlateAdditionalHoleList AdditionalHoles { get; }
    Property Value
    Type Description
    BaseCapPlateAdditionalHoleList

    BoltDiameter

    The diameter of bolts to use in the holes of this base plate

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

    ColumnWeldPrep

    Get the column end prep options for BevelGroove welds

    Declaration
    public BaseCapPlateColumnFlangePrep ColumnWeldPrep { get; }
    Property Value
    Type Description
    BaseCapPlateColumnFlangePrep

    Grade

    A single entry on the base/cap plate schedule.

    Declaration
    public SteelGrade Grade { get; }
    Property Value
    Type Description
    SteelGrade

    HoleDiameter

    The diameter of holes in the center of this base plate

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

    HoleType

    The hole type used for the holes in this base plate. Note that the only valid options are AnchorBolt, StandardRound, and Oversize

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

    Piecemark

    The piecemark which will be assigned to base/cap plates in the model like this. This also serves as a unique name for this plate in the schedule.

    Declaration
    public string Piecemark { get; }
    Property Value
    Type Description
    string

    Thickness

    The thickness of the base cap plate

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

    VentDrainPattern

    A single entry on the base/cap plate schedule.

    Declaration
    public VentDrainHolePattern VentDrainPattern { get; }
    Property Value
    Type Description
    VentDrainHolePattern

    WeldsAsBasePlate

    Get the weld options to weld this base plate to the column

    Declaration
    public BaseCapPlateWelds WeldsAsBasePlate { get; }
    Property Value
    Type Description
    BaseCapPlateWelds

    WeldsAsCapPlate

    Get the weld options to weld this cap plate to the column

    Declaration
    public BaseCapPlateWelds WeldsAsCapPlate { get; }
    Property Value
    Type Description
    BaseCapPlateWelds

    Methods

    Dispose(bool)

    A single entry on the base/cap plate schedule.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    Equals(object)

    A single entry on the base/cap plate schedule.

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    ~BaseCapPlate()

    A single entry on the base/cap plate schedule.

    Declaration
    protected ~BaseCapPlate()

    GetHashCode()

    A single entry on the base/cap plate schedule.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    Back to top