Show / Hide Table of Contents

    Class BaseCapRoundPlate

    A round base/cap plate

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

    Properties

    Diameter

    The diameter of the plate

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

    HoleCount

    The number of holes on this round plate

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

    HolePatternOffset

    The offset between each hole in the pattern

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