Show / Hide Table of Contents

    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.

    Inheritance
    object
    Material
    Decking
    Inherited Members
    Material.Get(MaterialHandle)
    Material.GetSurface()
    Material.Drill(HolePattern)
    Material.Piecemark
    Material.ToGlobalCoordinates
    Material.ToMemberCoordinates
    Material.Handle
    Material.Holes
    Material.Color
    Material.IsUserDescription
    Material.Description
    Material.Grade
    Material.IsMain
    Material.IsSystem
    Material.SurfaceArea
    Material.Weight
    Material.IsDummy
    Material.IsFitted
    Material.IsBent
    Material.IsStretched
    Material.SurfaceFinish
    Material.IsAutoSurfaceFinish
    Material.Finish
    Material.IsInABM
    Material.ABM_Name
    Material.ABM_ID
    Material.ABM_Note
    Material.UseAutoLengthInABM
    Material.UsePointToPointLengthInABM
    Material.ABM_PointToPointLength
    Material.ABM_Length
    Material.CustomPropertyMapHandle
    Material.ReferenceLocation
    Material.Quantity
    Material.Usage
    Material.MaterialUse
    Material.IsCNCDownloaded
    Material.IsCNCScribeOntoOther
    Material.RevisionLevel
    Material.RevisionDate
    Material.Route1
    Material.Route2
    Material.Route3
    Material.Route4
    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 Decking : Material

    Constructors

    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.

    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
    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
    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
    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
    int

    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
    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
    double

    A floating point value in inches.

    Thickness

    Thickness of the decking material.

    Declaration
    public double Thickness { get; set; }
    Property Value
    Type Description
    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
    double

    A floating point value in inches.

    Methods

    Dispose(bool)

    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.

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