Show / Hide Table of Contents

    Class RoundBarEnd

    The end of a round bar

    Inheritance
    System.Object
    CuttableMaterialEnd
    RoundBarEnd
    Inherited Members
    CuttableMaterialEnd.Setback
    CuttableMaterialEnd.WebCutAngle
    CuttableMaterialEnd.FlangeCutAngle
    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 RoundBarEnd : CuttableMaterialEnd

    Properties

    ThreadLength

    Thread length.

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

    ThreadType

    Thread direction.

    Declaration
    public ThreadType ThreadType { get; set; }
    Property Value
    Type Description
    ThreadType

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    CuttableMaterialEnd.Dispose(Boolean)
    Back to top