Show / Hide Table of Contents

    Class StairConnectionAttachmentBolted

    Bolted StairConnection attachment

    Inheritance
    object
    StairConnectionAttachmentSpecification
    StairConnectionAttachmentBolted
    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 StairConnectionAttachmentBolted : StairConnectionAttachmentSpecification

    Constructors

    StairConnectionAttachmentBolted()

    Bolted StairConnection attachment

    Declaration
    public StairConnectionAttachmentBolted()

    Properties

    BoltDiameter

    Bolt diameter for the hole group

    Declaration
    public double BoltDiameter { get; set; }
    Property Value
    Type Description
    double
    Exceptions
    Type Condition
    InvalidValueException

    Thrown for diameters less than or equal to 0.0.

    BoltType

    Specifies the bolt type for the bolts involved in the connection.

    Declaration
    public BoltType BoltType { get; set; }
    Property Value
    Type Description
    BoltType
    Remarks

    Due to how the underlying Python data is stored, assigning BoltType will always turn off IsAutoBoltType.

    ColumnSpacing

    Distance between columns of the hole group

    Declaration
    public double ColumnSpacing { get; set; }
    Property Value
    Type Description
    double

    Columns

    Number of columns in the hole group

    Declaration
    public int Columns { get; set; }
    Property Value
    Type Description
    int

    GageOutstandingLeg

    Distance from the connection material edge, the heel for clip angles, to the first hole.

    Declaration
    public double GageOutstandingLeg { get; set; }
    Property Value
    Type Description
    double
    Remarks

    For shear plates this is the horizontal to first hole distance.

    HoleType

    Type of holes for the hole group

    Declaration
    public ConnSpecHoleTypeSubset HoleType { get; set; }
    Property Value
    Type Description
    ConnSpecHoleTypeSubset

    IsAutoBoltType

    Specifies if the bolt type for the bolts involved in the connection should use the default bolt type defined in setup.

    Declaration
    public bool IsAutoBoltType { get; set; }
    Property Value
    Type Description
    bool
    Remarks

    Due to how the underlying Python data is stored, assigning BoltType will always turn off IsAutoBoltType.

    RowSpacing

    Distance between rows of the hole group

    Declaration
    public double RowSpacing { get; set; }
    Property Value
    Type Description
    double

    Rows

    Number of rows for the hole group

    Declaration
    public int Rows { get; set; }
    Property Value
    Type Description
    int

    SlotRotation

    Slot rotation, in radians, of the hole group

    Declaration
    public double SlotRotation { get; set; }
    Property Value
    Type Description
    double

    StringerEdgeToFirstHole

    Distance from the stringer edge to the first hole

    Declaration
    public double StringerEdgeToFirstHole { get; set; }
    Property Value
    Type Description
    double
    Remarks

    This is a vertical distance for vertical connections and a horizontal distance for floor clips.

    Methods

    Dispose(bool)

    Bolted StairConnection attachment

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