Show / Hide Table of Contents

    Class BentPlateSpecification

    A bent plate connection

    Inheritance
    object
    ConnectionSpecification
    BentPlateSpecification
    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 BentPlateSpecification : ConnectionSpecification

    Constructors

    BentPlateSpecification()

    A bent plate connection

    Declaration
    public BentPlateSpecification()

    Properties

    AttachToMember

    How to attach the connection to the supporting member

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

    AttachmentMethodToSupported

    How to attach the connection to the beam being supported

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

    AttachmentMethodToSupporting

    How to attach the connection to the supporting member

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

    Gage

    Specify whether this is a heavy, wide, or narrow gage clip

    Declaration
    public ClipAngleGage Gage { get; set; }
    Property Value
    Type Description
    ClipAngleGage

    Grade

    The grade to set on the new bent plate material for this connection.

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

    Setting this fill flip AutoGrade to false

    IsAutoGrade

    If true, this has the system determine the plate grade for the bent plate. If false, whatever value is set to Grade will be used.

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

    IsFullDepthTee

    If true, the system creates a built-up tee that is the full depth of the supporting beam.

             If false, the built-up tee is designed to the depth of the
             connection if the top and bottom flanges of the supported beam
             (this beam) are entirely below or entirely above the half-depth
             of the supporting beam. If the depth of the supported beam is
             greater than half the depth of the supporting beam, the built-up
             tee is designed to the full depth of the supporting beam.
    
    Declaration
    public bool IsFullDepthTee { get; set; }
    Property Value
    Type Description
    bool

    Side

    Which side of the supported member to put clip angles on, or both.

    Declaration
    public ClipAngleSide Side { get; set; }
    Property Value
    Type Description
    ClipAngleSide

    Stagger

    See documentation on the returned ClipAngleStagger enumeration

    Declaration
    public ClipAngleStagger Stagger { get; set; }
    Property Value
    Type Description
    ClipAngleStagger

    Methods

    Dispose(bool)

    A bent plate connection

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