Class SeatedSpecification
A seated connection
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class SeatedSpecification : ConnectionSpecification
Constructors
SeatedSpecification()
Declaration
public SeatedSpecification()
Properties
BottomChordEmbed
The embed plate used for this bearing connection
Declaration
public Embed BottomChordEmbed { get; set; }
Property Value
Type | Description |
---|---|
Embed |
EmbedLocation
Specifies the location of an embed plate when the framing situation calls for one.
Declaration
public EmbedLocation EmbedLocation { get; set; }
Property Value
Type | Description |
---|---|
EmbedLocation |
Grade
The grade to set on the seat material for this connection.
Declaration
public SteelGrade Grade { get; set; }
Property Value
Type | Description |
---|---|
SteelGrade |
Remarks
Setting this fill flip AutoGrade to false
HasRestrainingAngle
Specifies whether a restraining angle is used in the connection.
Declaration
public bool HasRestrainingAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAngleSeatStiffened
Specifies wheter an angle seat is stiffened
Declaration
public bool IsAngleSeatStiffened { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAutoGrade
If true, the system determines the seat 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 |
IsJoistBottomChordExtended
Specifies whether the bottom chord of a joist is extended to the supporting member
Declaration
public bool IsJoistBottomChordExtended { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRestrainingAngleOnWeb
True if the restraining angle is attached to the web of the supporting material. False when the restraining angle is attached to the flange of the supporting material.
Declaration
public bool IsRestrainingAngleOnWeb { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
JoistBottomChordPlateRestraintErectionHoles
Specifies whether erection holes are used on joist bottom chord plate restraints
Declaration
public AutomaticYesNo JoistBottomChordPlateRestraintErectionHoles { get; set; }
Property Value
Type | Description |
---|---|
AutomaticYesNo |
JoistBottomChordRestraint
The type of joist bottom chord restraint material.
Declaration
public SeatSpecificationBottomChordRestraintMaterial JoistBottomChordRestraint { get; set; }
Property Value
Type | Description |
---|---|
SeatSpecificationBottomChordRestraintMaterial |
SeatAttachmentMethod
Specifies how the seat is connected to the supporting member
Declaration
public AttachmentMethodWithAutomatic SeatAttachmentMethod { get; set; }
Property Value
Type | Description |
---|---|
AttachmentMethodWithAutomatic |
SeatMaterial
The type of connection material for the seat
Declaration
public SeatSpecificationMaterial SeatMaterial { get; set; }
Property Value
Type | Description |
---|---|
SeatSpecificationMaterial |
TopChordEmbed
The embed plate used for this bearing connection
Declaration
public Embed TopChordEmbed { get; set; }
Property Value
Type | Description |
---|---|
Embed |
WashersAllowedOnShoeSlots
Specifies whether washers are allowed on joist shoe slots.
Declaration
public AutomaticYesNo WashersAllowedOnShoeSlots { get; set; }
Property Value
Type | Description |
---|---|
AutomaticYesNo |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |