Class ColdFormedBend
Base class for the different types of cold formed bends
Inherited Members
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()