Class CuttableMaterialEnd
A material end which can be setback or have a simple web or flange cut applied. Some derived classes offer significantly more cutting options.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class CuttableMaterialEnd
Properties
FlangeCutAngle
Angle to cut across the end of the bar relative to the "Flange".
Declaration
public double FlangeCutAngle { get; set; }
Property Value
Type | Description |
---|---|
double |
Setback
The setback from the end where the plate material starts.
Declaration
public double Setback { get; set; }
Property Value
Type | Description |
---|---|
double |
WebCutAngle
Angle to cut across the end of the bar relative to the "Web".
Declaration
public double WebCutAngle { get; set; }
Property Value
Type | Description |
---|---|
double |
Methods
Dispose(bool)
A material end which can be setback or have a simple web or flange cut applied. Some derived classes offer significantly more cutting options.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~CuttableMaterialEnd()
A material end which can be setback or have a simple web or flange cut applied. Some derived classes offer significantly more cutting options.
Declaration
protected ~CuttableMaterialEnd()