Class BaseCapPlateWeldFullSpecification
If you want different options for web, flange, and seal welds use this option.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
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 BaseCapPlateWeldFullSpecification : BaseCapPlateWelds
Properties
FlangeWeldSide
Weld side option for the flanges
Declaration
public WeldSide FlangeWeldSide { get; }
Property Value
Type | Description |
---|---|
WeldSide |
FlangeWeldSize
The size of the flange weld
Declaration
public double FlangeWeldSize { get; }
Property Value
Type | Description |
---|---|
System.Double |
FlangeWeldType
Set the flange weld type. This can only be WeldType.Fillet, WeldType.SquareGroove, or WeldType.BevelGroove
Declaration
public WeldType FlangeWeldType { get; }
Property Value
Type | Description |
---|---|
WeldType |
SealWeldSize
Size of the seal weld
Declaration
public double SealWeldSize { get; }
Property Value
Type | Description |
---|---|
System.Double |
UseSealWeld
Whether or not to add seal welds
Declaration
public bool UseSealWeld { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
WebWeldSide
Weld side option for the web, this can only be None or BothSides
Declaration
public WeldSide WebWeldSide { get; }
Property Value
Type | Description |
---|---|
WeldSide |
WebWeldSize
The size of the web weld
Declaration
public double WebWeldSize { get; }
Property Value
Type | Description |
---|---|
System.Double |
WebWeldType
Set the web weld type. This can only be WeldType.Fillet or WeldType.SquareGroove
Declaration
public WeldType WebWeldType { get; }
Property Value
Type | Description |
---|---|
WeldType |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |