Show / Hide Table of Contents

    Class HoleOperationCounterSink

    Counter sunk hole operation

    Inheritance
    System.Object
    HoleOperation
    HoleOperationCounterSink
    Inherited Members
    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.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public class HoleOperationCounterSink : HoleOperation

    Properties

    Angle

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

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

    Diameter

    The diameter of the countersunk part of the hole.

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

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    HoleOperation.Dispose(Boolean)

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    Back to top