Show / Hide Table of Contents

    Class BentPlateEnd

    The end of a bent plate.

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

    Properties

    Leg1CutAngle

    Angle to cut across the end of the bent plate leg.

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

    Leg2CutAngle

    Angle to cut across the end of the bent plate leg.

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

    Setback

    The setback from the end where the bent plate material starts.

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

    Methods

    Dispose(bool)

    The end of a bent plate.

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

    ~BentPlateEnd()

    The end of a bent plate.

    Declaration
    protected ~BentPlateEnd()
    Back to top