Show / Hide Table of Contents

    Class BaseCapRoundPlate

    A round base/cap plate

    Inheritance
    object
    BaseCapPlate
    BaseCapRoundPlate
    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 BaseCapRoundPlate : BaseCapPlate

    Properties

    Diameter

    The diameter of the base cap plate

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

    HoleCount

    The number of holes on this round plate

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

    HolePatternOffset

    The offset between each hole in the pattern

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

    HolePatternRadius

    The radius of the hole pattern - distance from center of plate to center of every hole.

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

    Methods

    Dispose(bool)

    A round base/cap plate

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