Show / Hide Table of Contents

    Class HoleMachineCountersinkShape

    Countersink hole shape operation

    Inheritance
    object
    HoleMachineCountersinkShape
    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 HoleMachineCountersinkShape

    Constructors

    HoleMachineCountersinkShape()

    Countersink hole shape operation

    Declaration
    public HoleMachineCountersinkShape()

    Properties

    Angle

    The angle,in radians, to flare the hole out so that the screw head can fit flush

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

    Diameter

    The diameter, in inches, of the countersunk part of the hole

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

    Methods

    ~HoleMachineCountersinkShape()

    Countersink hole shape operation

    Declaration
    protected ~HoleMachineCountersinkShape()

    GetHashCode()

    Countersink hole shape operation

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