Show / Hide Table of Contents

    Class MiscellaneousSquareBarEnd

    End properties for a miscellaneous round bar, should be largely the same as to Model.SquareBarEnd

    Inheritance
    object
    MiscellaneousSquareBarEnd
    Inherited Members
    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 MiscellaneousSquareBarEnd

    Properties

    EndCutAngle

    Angle to cut across the end of the bar relative to the "Web".

    Declaration
    public double EndCutAngle { get; set; }
    Property Value
    Type Description
    double

    MaterialSetback

    The setback from the end where the plate material starts.

    Declaration
    public double MaterialSetback { get; set; }
    Property Value
    Type Description
    double

    Methods

    Dispose(bool)

    End properties for a miscellaneous round bar, should be largely the same as to Model.SquareBarEnd

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    ~MiscellaneousSquareBarEnd()

    End properties for a miscellaneous round bar, should be largely the same as to Model.SquareBarEnd

    Declaration
    protected ~MiscellaneousSquareBarEnd()
    Back to top