Show / Hide Table of Contents

    Class BaseCapPlateAdditionalHole

    Description of an additional hole on a base plate

    Inheritance
    object
    BaseCapPlateAdditionalHole
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class BaseCapPlateAdditionalHole

    Properties

    BoltDiameter

    The bolt diameter required for this extra hole

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

    HoleDiameter

    The diameter of the hole

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

    HoleType

    The hole type used for this additional hole.

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

    XCoordinate

    The x-axis distance from the center of the plate.

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

    YCoordinate

    The y-axis distance from the center of the plate.

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

    Methods

    Dispose(bool)

    Description of an additional hole on a base plate

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

    ~BaseCapPlateAdditionalHole()

    Description of an additional hole on a base plate

    Declaration
    protected ~BaseCapPlateAdditionalHole()
    Back to top