Show / Hide Table of Contents

    Class ColdFormedBendRegular

    One regular cold form bend, consisting of two bends with distinct angles and depths and a straight distance between the two.

    Inheritance
    object
    ColdFormedBend
    ColdFormedBendRegular
    Inherited Members
    ColdFormedBend.Node
    ColdFormedBend.NodeDistance
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class ColdFormedBendRegular : ColdFormedBend

    Properties

    Angle1

    The angle in radians of the first bend

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

    Angle2

    The angle in radians of the second bend

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

    Depth1

    The depth in inches of the first bend

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

    Depth2

    The depth in inches of the second bend

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

    Length

    The length in inches between bends

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

    Methods

    Dispose(bool)

    One regular cold form bend, consisting of two bends with distinct angles and depths and a straight distance between the two.

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