Show / Hide Table of Contents

    Class StairStringer

    The left/right ns/fs stringer data for a stair

    Inheritance
    System.Object
    StairStringer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public class StairStringer

    Properties

    BoltToFloorClearanceAndCapSetback

    The distance to set the bottom of the stringer back from the floor, only applicable if EndCondition is BoltToFloor

    Declaration
    public double BoltToFloorClearanceAndCapSetback { get; set; }
    Property Value
    Type Description
    System.Double

    CapPlateThickness

    The thickness of the cap plate or, if applicable, the top cap. A thickness of '0' (zero) results in no cap plate or top cap.

    Declaration
    public double CapPlateThickness { get; set; }
    Property Value
    Type Description
    System.Double

    CopeDepthBottom

    The cope depth (vertical) required at the bottom of the return. A CopeDepthBottom distance needs to be specified for both the left- and the right-end NS stringers and for both the left- and the right-end FS stringers.

    Declaration
    public double CopeDepthBottom { get; set; }
    Property Value
    Type Description
    System.Double

    CopeDepthTop

    The depth (vertical) of the L-shaped cut at the top of the return. This distance is measured parallel with the depth of the return material. A CopeDepthTop distance needs to be specified for both the left- and the right-end NS stringers and for both the left- and the right-end FS stringers.

    Declaration
    public double CopeDepthTop { get; set; }
    Property Value
    Type Description
    System.Double

    CopeLengthBottom

    The cope length (horizontal) required at the bottom of the return. A CopeLengthBottom distance needs to be specified for both the left- and the right-end NS stringers and for both the left- and the right-end FS stringers.

    Declaration
    public double CopeLengthBottom { get; set; }
    Property Value
    Type Description
    System.Double

    CopeLengthTop

    The length (horizontal) of the L-shaped cut at the top of the return. This distance is measured parallel with the length of the return material. A CopeLengthTop distance needs to be specified for both the left- and the right-end NS stringers and for both the left- and the right-end FS stringers.

    Declaration
    public double CopeLengthTop { get; set; }
    Property Value
    Type Description
    System.Double

    EndCondition

    The end condition for this stringer end, see StairStringerEndCondition documentation for more information

    Declaration
    public StairStringerEndCondition EndCondition { get; set; }
    Property Value
    Type Description
    StairStringerEndCondition

    SetbackFromWorkpoint

    Additional setback (if positive shifts further from support, if negative shifts toward it) from the workpoint to the stringer

    Declaration
    public double SetbackFromWorkpoint { get; set; }
    Property Value
    Type Description
    System.Double

    SlabToTopReturn

    The vertical distance between the top of the slab and the top of the return steel.

    Declaration
    public double SlabToTopReturn { get; set; }
    Property Value
    Type Description
    System.Double

    SupportToWorkpoint

    The distance from the supporting member to the workpoint of the stair

    Declaration
    public double SupportToWorkpoint { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Finalize()

    Declaration
    protected void Finalize()
    Back to top