Show / Hide Table of Contents

    Class StairStringer

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

    Inheritance
    object
    StairStringer
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    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 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
    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
    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
    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
    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
    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
    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
    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
    double

    SupportToWorkpoint

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

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

    Methods

    Dispose(bool)

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

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

    ~StairStringer()

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

    Declaration
    protected ~StairStringer()
    Back to top