Show / Hide Table of Contents

    Class StairConnectionShearPlate

    Shear plate connection between stair stringer and supporting material

    Inheritance
    object
    StairConnectionSpecification
    StairConnectionShearPlate
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public sealed class StairConnectionShearPlate : StairConnectionSpecification

    Constructors

    StairConnectionShearPlate()

    Shear plate connection between stair stringer and supporting material

    Declaration
    public StairConnectionShearPlate()

    Properties

    AttachToMember

    Specifies which member that the plate ships with.

    Declaration
    public AttachToMember AttachToMember { get; set; }
    Property Value
    Type Description
    AttachToMember

    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.

    DimensionToStringerEdge

    Specifies the vertical distance from the stringer edge to the plate.

    Declaration
    public double DimensionToStringerEdge { get; set; }
    Property Value
    Type Description
    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
    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
    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
    double
    Exceptions
    Type Condition
    InvalidValueException

    Thrown for dimensions less than or equal to 0.0.

    Methods

    Dispose(bool)

    Shear plate connection between stair stringer and supporting material

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    StairConnectionSpecification.Dispose(bool)
    Back to top