Class SplicePlateSpecification
A splice plate connection
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class SplicePlateSpecification : ConnectionSpecification
Constructors
SplicePlateSpecification()
A splice plate connection
Declaration
public SplicePlateSpecification()
Properties
ColSpliceGap
Specifies the gap between the lower and upper columns in a European column splice
Declaration
public double ColSpliceGap { get; set; }
Property Value
Type | Description |
---|---|
double |
ColumnChannelWebLowerConnectionMethod
Attachment method of channel web connection. (columns only)
Declaration
public AttachmentMethod ColumnChannelWebLowerConnectionMethod { get; set; }
Property Value
Type | Description |
---|---|
AttachmentMethod |
ColumnSpliceAttachmentMethod
A splice plate connection
Declaration
public ColumnSpliceAttachmentMethod ColumnSpliceAttachmentMethod { get; set; }
Property Value
Type | Description |
---|---|
ColumnSpliceAttachmentMethod |
FlangePlatesOn
Member end(s) that the flange plates ship with (beams only)
Declaration
public ConnectionSpecificationEndLeftRightBoth FlangePlatesOn { get; set; }
Property Value
Type | Description |
---|---|
ConnectionSpecificationEndLeftRightBoth |
Grade
The grade to set on the splice plate material for this connection. This value does not apply to a column channel web.
Declaration
public SteelGrade Grade { get; set; }
Property Value
Type | Description |
---|---|
SteelGrade |
Remarks
Setting this fill flip AutoGrade to false
InnerFlangePlate
Applies to column splice connections with 'All-Bolted plates'. Each column section size must be a flanged shaped such as wide flange.
Declaration
public AutomaticYesNo InnerFlangePlate { get; set; }
Property Value
Type | Description |
---|---|
AutomaticYesNo |
IsAutoGrade
If true, the system determines the splice plate grade. If false, the value specified in the Grade property will be used.
Declaration
public bool IsAutoGrade { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsColumnButtPlateAdded
True when a butt plate is specified. (columns only)
Declaration
public bool IsColumnButtPlateAdded { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsColumnChannelWebConnection
True when a channel web is specified. (columns only)
Declaration
public bool IsColumnChannelWebConnection { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsColumnWebPlateAdded
True when a web plate is specified. (columns only)
Declaration
public bool IsColumnWebPlateAdded { get; set; }
Property Value
Type | Description |
---|---|
bool |
NonBearingSplice
Specifies whether columns are in direct bearing in a European column splice
Declaration
public bool NonBearingSplice { get; set; }
Property Value
Type | Description |
---|---|
bool |
Side
Side(s) of the member that the web connection material is on
Declaration
public ClipAngleSide Side { get; set; }
Property Value
Type | Description |
---|---|
ClipAngleSide |
WebPlatesOn
Member end(s) that the web plates ship with
Declaration
public ConnectionSpecificationEndLeftRightBoth WebPlatesOn { get; set; }
Property Value
Type | Description |
---|---|
ConnectionSpecificationEndLeftRightBoth |
Methods
Dispose(bool)
A splice plate connection
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |