Class RolledWebFlangeShape
Base for shapes with I or H profiles, C profiles and T profiles. These shapes share all of these profile properties.
Inheritance
System.Object
RolledWebFlangeShape
Inherited Members
System.Object.Equals(System.Object, System.Object)
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 RolledWebFlangeShape : RolledShape
Properties
FlangeBevel
The bevel angle on the flange
Declaration
public double FlangeBevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
FlangeGage
The distance between the gage line on both flanges, half of this value would be the distance from the center of the web to either gage line.
Declaration
public double FlangeGage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
FlangeThickness
The thickness of the flange
Declaration
public double FlangeThickness { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
FlangeWidth
The width of the flange
Declaration
public double FlangeWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
KDesign
The width of the fillet measured from the outside of the flange to the edge of the fillet. This is a "design" value and reflects the minimum fillet size for worn rollers.
Declaration
public double KDesign { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
KDetail
The width of the fillet measured from the outside of the flange to the edge of the fillet. This is a "detail" value and reflects the maximum fillet size.
Declaration
public double KDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
WebThickness
The thickness of the web
Declaration
public double WebThickness { 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 |