Show / Hide Table of Contents

    Class HoleMachineCounterboreShape

    Counterbore hole shape operation

    Inheritance
    object
    HoleMachineCounterboreShape
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public sealed class HoleMachineCounterboreShape

    Constructors

    HoleMachineCounterboreShape()

    Counterbore hole shape operation

    Declaration
    public HoleMachineCounterboreShape()

    Properties

    Depth

    The depth of the wider section of the hole

    Declaration
    public double Depth { get; set; }
    Property Value
    Type Description
    double

    Diameter

    The diameter of the wider section of the hole

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

    Methods

    ~HoleMachineCounterboreShape()

    Counterbore hole shape operation

    Declaration
    protected ~HoleMachineCounterboreShape()

    GetHashCode()

    Counterbore hole shape operation

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