Show / Hide Table of Contents

    Class RoundBarEnd

    The end of a round bar

    Inheritance
    object
    CuttableMaterialEnd
    RoundBarEnd
    Inherited Members
    CuttableMaterialEnd.Setback
    CuttableMaterialEnd.WebCutAngle
    CuttableMaterialEnd.FlangeCutAngle
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    double

    ThreadType

    Thread direction.

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

    Methods

    Dispose(bool)

    The end of a round bar

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