Show / Hide Table of Contents

    Class BaseCapPlateAdditionalHole

    Description of an additional hole on a base plate

    Inheritance
    System.Object
    BaseCapPlateAdditionalHole
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    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 BaseCapPlateAdditionalHole

    Properties

    BoltDiameter

    The bolt diameter required for this extra hole

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

    HoleDiameter

    The diameter of the hole

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

    YCoordinate

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

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

    Methods

    Dispose(Boolean)

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

    Finalize()

    Declaration
    protected void Finalize()
    Back to top