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.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.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)
    Back to top