Class BentPlateSpecification
A bent plate connection
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class BentPlateSpecification : ConnectionSpecification
Constructors
BentPlateSpecification()
Declaration
public BentPlateSpecification()
Properties
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 |
AttachToMember
How to attach the connection to the supporting member
Declaration
public AttachToMember AttachToMember { get; set; }
Property Value
Type | Description |
---|---|
AttachToMember |
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 |
---|---|
System.Boolean |
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 |
---|---|
System.Boolean |
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(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |