Show / Hide Table of Contents

    Enum ClipAngleSide

    Which side of the beam to place clip angles on

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

    Fields

    Name Description
    Both

    Place clip angles on both sides

    FarSide

    Facing the end of the right end of the beam, the far side is on the right.

    NearSide

    Facing the end of the left end of the beam, the near side is on the left.

    Back to top