Show / Hide Table of Contents

    Class HoleOperationThreaded

    A threaded hole operation

    Inheritance
    System.Object
    HoleOperation
    HoleOperationThreaded
    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 HoleOperationThreaded : HoleOperation

    Properties

    Depth

    The depth of the threads

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

    Direction

    The thread direction

    Declaration
    public HoleOperationDirection Direction { get; set; }
    Property Value
    Type Description
    HoleOperationDirection

    FitClass

    Declaration
    public string FitClass { get; set; }
    Property Value
    Type Description
    System.String

    A UTF-8 encoded string that is 7 or fewer bytes long

    Series

    The form or series of the threads

    Declaration
    public HoleOperationSeries Series { get; set; }
    Property Value
    Type Description
    HoleOperationSeries

    Size

    The nominal diameter of the threaded hole

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

    ThreadsPerInch

    The number of threads per inch

    Declaration
    public uint ThreadsPerInch { get; set; }
    Property Value
    Type Description
    System.UInt32

    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