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
    System.Object
    ColdFormedBend
    ColdFormedBendRegular
    Inherited Members
    ColdFormedBend.Node
    ColdFormedBend.NodeDistance
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.Double

    Angle2

    The angle in radians of the second bend

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

    Depth1

    The depth in inches of the first bend

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

    Depth2

    The depth in inches of the second bend

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

    Length

    The length in inches between bends

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

    Methods

    Dispose(Boolean)

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