Class StairConnectionShearPlate
Shear plate connection between stair stringer and supporting material
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class StairConnectionShearPlate : StairConnectionSpecification
Constructors
StairConnectionShearPlate()
Declaration
public StairConnectionShearPlate()
Properties
AttachmentSupported
Specifies how the plate connects to the stair stringer.
Declaration
public StairConnectionAttachmentBolted AttachmentSupported { get; set; }
Property Value
Type | Description |
---|---|
StairConnectionAttachmentBolted |
Remarks
This data is a copy of the attachment
Exceptions
Type | Condition |
---|---|
InvalidValueException | Thrown for null attachments. |
AttachmentSupporting
Specifies how the plate connects to the supporting material.
Declaration
public StairConnectionAttachmentWelded AttachmentSupporting { get; set; }
Property Value
Type | Description |
---|---|
StairConnectionAttachmentWelded |
Remarks
This data is a copy of the attachment
Exceptions
Type | Condition |
---|---|
InvalidValueException | Thrown for null attachments. |
AttachToMember
Specifies which member that the plate ships with.
Declaration
public AttachToMember AttachToMember { get; set; }
Property Value
Type | Description |
---|---|
AttachToMember |
DimensionToStringerEdge
Specifies the vertical distance from the stringer edge to the plate.
Declaration
public double DimensionToStringerEdge { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Grade
Specifies the plate material grade.
Declaration
public SteelGrade Grade { get; set; }
Property Value
Type | Description |
---|---|
SteelGrade |
Exceptions
Type | Condition |
---|---|
InvalidValueException | Thrown for invalid grades. |
Length
Specifies the plate length.
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Exceptions
Type | Condition |
---|---|
InvalidValueException | Thrown for dimensions less than or equal to 0.0. |
StringerSide
Specifies the side of the stringer the plate touches.
Declaration
public StairConnectionStringerSide StringerSide { get; set; }
Property Value
Type | Description |
---|---|
StairConnectionStringerSide |
Thickness
Specifies plate thickness.
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Exceptions
Type | Condition |
---|---|
InvalidValueException | Thrown for dimensions less than or equal to 0.0. |
Width
Specifies the plate width.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Exceptions
Type | Condition |
---|---|
InvalidValueException | Thrown for dimensions less than or equal to 0.0. |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |