Show / Hide Table of Contents

    Class MiscellaneousFlatBarEnd

    End properties for a miscellaneous bent plate, should be largely the same as to Model.FlatBarEnd

    Inheritance
    object
    MiscellaneousFlatBarEnd
    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 MiscellaneousFlatBarEnd

    Properties

    MaterialSetback

    The setback from the end where the plate material starts.

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

    WebCutAngle

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

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

    These are in radians, but because SDS2 stores this particular angle in degrees you may see small changes after setting the value when you retrieve it, due to calculations

    Methods

    Dispose(bool)

    End properties for a miscellaneous bent plate, should be largely the same as to Model.FlatBarEnd

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

    ~MiscellaneousFlatBarEnd()

    End properties for a miscellaneous bent plate, should be largely the same as to Model.FlatBarEnd

    Declaration
    protected ~MiscellaneousFlatBarEnd()
    Back to top