Class WFWTCruciformShape
Derived from the CruciformShape class.
Inherited Members
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public sealed class WFWTCruciformShape : CruciformShape
Constructors
WFWTCruciformShape()
Derived from the CruciformShape class.
Declaration
public WFWTCruciformShape()
Properties
FSTeeSectionSize
Section size of the W Tee material used for this shape.
Declaration
public string FSTeeSectionSize { get; }
Property Value
Type | Description |
---|---|
string |
FSTeeWeldSize
Weld size used for FS Tee.
Declaration
public double FSTeeWeldSize { get; set; }
Property Value
Type | Description |
---|---|
double |
FSTeeWeldType
Weld type used for FS Tee. Uses WeldedShapeWeldType.
Declaration
public WeldedShapeWeldType FSTeeWeldType { get; set; }
Property Value
Type | Description |
---|---|
WeldedShapeWeldType |
NSTeeSectionSize
Section size of the W Tee material used for this shape.
Declaration
public string NSTeeSectionSize { get; }
Property Value
Type | Description |
---|---|
string |
NSTeeWeldSize
Weld size used for NS Tee.
Declaration
public double NSTeeWeldSize { get; set; }
Property Value
Type | Description |
---|---|
double |
NSTeeWeldType
Weld type used for NS Tee. Uses WeldedShapeWeldType.
Declaration
public WeldedShapeWeldType NSTeeWeldType { get; set; }
Property Value
Type | Description |
---|---|
WeldedShapeWeldType |
WideFlangeSectionSize
Section size of the Wide Flange material used for this shape.
Declaration
public string WideFlangeSectionSize { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Dispose(bool)
Derived from the CruciformShape class.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |