Class Decking
Deck material is prefabricated sheets of corrugated steel. Sometimes it is referred to as cellular roof deck or as form deck material. It may be used for stay-in-place forms for structural concrete slabs, but is also used without concrete. Deck is typically cut to fit form lengths and field welded to the top of beams and joists.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class Decking : Material
Constructors
Decking()
Declaration
public Decking()
Properties
BaseWidth
The distance from the inside corner of one bend to the inside corner of the next bend at the base of the deck.
Declaration
public double BaseWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A floating point value in inches. |
Depth
Decking depth measured along the material Z axis from the bottom of the deck to the top of any one rib, i.e. the rib height.
Declaration
public double Depth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A floating point value in inches. |
Ends
The left and right end information of the decking material.
Declaration
public DeckingEndList Ends { get; }
Property Value
Type | Description |
---|---|
DeckingEndList |
OrderLength
The actual length along the longitudinal axis, i.e. X material axis.
Declaration
public double OrderLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A floating point value in inches. |
RibCount
The number of bars parallel with the decking's X axis. Changing the number of bearing bars will impact the decking width.
Declaration
public int RibCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RibSpacing
Distance from the center of one rib to the center of an adjacent rib.
Declaration
public double RibSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A floating point value in inches. |
RibWidth
The width of the top surface of every rib.
Declaration
public double RibWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A floating point value in inches. |
Thickness
Thickness of the decking material.
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A floating point value in inches. |
Width
The width of of the material along the material Y axis based on the following calculation: RibCount * RibSpacing
Declaration
public double Width { get; }
Property Value
Type | Description |
---|---|
System.Double | A floating point value in inches. |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |