Show / Hide Table of Contents

    Class ColdFormedBend

    Base class for the different types of cold formed bends

    Inheritance
    object
    ColdFormedBend
    ColdFormedBendRadiused
    ColdFormedBendRegular
    Inherited Members
    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 ColdFormedBend

    Properties

    Node

    Base class for the different types of cold formed bends

    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
    double

    Methods

    Dispose(bool)

    Base class for the different types of cold formed bends

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

    ~ColdFormedBend()

    Base class for the different types of cold formed bends

    Declaration
    protected ~ColdFormedBend()
    Back to top