Show / Hide Table of Contents

    Enum StiffenerAlignment

    Stiffener alignment options, whether it should be aligned to the beam or column, or if it should look to setup for which to align to

    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public enum StiffenerAlignment

    Fields

    Name Description
    Automatic

    specifies that the system apply a setup choice (Fabricator Setup > Standard Fabricator Connections > Cap Plate Setup > "Align transverse stiffeners with").

    Beam

    configures the system to create transverse beam stiffeners that are perpendicular to the workline of the beam. The stiffeners are normal to the beam, regardless of the slope of the beam or column.

    Column

    instructs the system to create transverse beam stiffeners that are parallel with the workline (stick form member line) of the column.

    Back to top