Class WFWTCruciformShape
Derived from the CruciformShape class.
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 sealed class WFWTCruciformShape : CruciformShape
Constructors
WFWTCruciformShape()
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 |
---|---|
System.String |
FSTeeWeldSize
Weld size used for FS Tee.
Declaration
public double FSTeeWeldSize { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
NSTeeWeldSize
Weld size used for NS Tee.
Declaration
public double NSTeeWeldSize { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |