Show / Hide Table of Contents

    Class MiscellaneousRectangularPlateEnd

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

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

    Properties

    BottomCutLength

    The length of the cut operation

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

    BottomCutOperation

    Whether BottomCutLength and BottomCutWidth apply for a cope, clip, or are not applied

    Declaration
    public MiscellaneousRectangularPlateCutOperation BottomCutOperation { get; set; }
    Property Value
    Type Description
    MiscellaneousRectangularPlateCutOperation

    BottomCutWidth

    The width of the cut operation

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

    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

    TopCutLength

    The length of the cut operation

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

    TopCutOperation

    Whether TopCutLength and TopCutWidth apply for a cope, clip, or are not applied

    Declaration
    public MiscellaneousRectangularPlateCutOperation TopCutOperation { get; set; }
    Property Value
    Type Description
    MiscellaneousRectangularPlateCutOperation

    TopCutWidth

    The width of the cut operation

    Declaration
    public double TopCutWidth { 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.RectangularPlateEnd

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

    ~MiscellaneousRectangularPlateEnd()

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

    Declaration
    protected ~MiscellaneousRectangularPlateEnd()
    Back to top