Show / Hide Table of Contents

    Enum ThreadType

    Thread direction.

    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public enum ThreadType

    Fields

    Name Description
    Left

    Left-handed thread.

    None

    No thread.

    Right

    Right-handed thread.

    Back to top