Show / Hide Table of Contents

    Class ColdFormedBend

    Base class for the different types of cold formed bends

    Inheritance
    System.Object
    ColdFormedBend
    ColdFormedBendRadiused
    ColdFormedBendRegular
    Inherited Members
    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 ColdFormedBend

    Properties

    Node

    Declaration
    public ColdFormedBendNode Node { get; set; }
    Property Value
    Type Description
    ColdFormedBendNode

    NodeDistance

    The distance in inches from the face's reference node to the bend reference point

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

    Methods

    Dispose(Boolean)

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

    Finalize()

    Declaration
    protected void Finalize()
    Back to top