Show / Hide Table of Contents

    Class SplicePlateSpecification

    A splice plate connection

    Inheritance
    System.Object
    ConnectionSpecification
    SplicePlateSpecification
    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.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public sealed class SplicePlateSpecification : ConnectionSpecification

    Constructors

    SplicePlateSpecification()

    Declaration
    public SplicePlateSpecification()

    Properties

    ColumnChannelWebLowerConnectionMethod

    Attachment method of channel web connection. (columns only)

    Declaration
    public AttachmentMethod ColumnChannelWebLowerConnectionMethod { get; set; }
    Property Value
    Type Description
    AttachmentMethod

    ColumnSpliceAttachmentMethod

    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

    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
    System.Boolean

    IsColumnButtPlateAdded

    True when a butt plate is specified. (columns only)

    Declaration
    public bool IsColumnButtPlateAdded { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsColumnChannelWebConnection

    True when a channel web is specified. (columns only)

    Declaration
    public bool IsColumnChannelWebConnection { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsColumnWebPlateAdded

    True when a web plate is specified. (columns only)

    Declaration
    public bool IsColumnWebPlateAdded { get; set; }
    Property Value
    Type Description
    System.Boolean

    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(Boolean)

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