Show / Hide Table of Contents

    Class HorizontalBraceEnd

    Horizontal brace specific end options

    Inheritance
    object
    MemberEndBrief
    MemberEnd
    HorizontalBraceEnd
    Inherited Members
    MemberEnd.SetTopFlangeCutOperation(FlangeCutOperation)
    MemberEnd.SetBottomFlangeCutOperation(FlangeCutOperation)
    MemberEnd.EndPreparation
    MemberEnd.ConnectionComponent
    MemberEnd.TopFlangeCutOperation
    MemberEnd.BottomFlangeCutOperation
    MemberEndBrief.GetAutoCompPermanent()
    MemberEndBrief.SetAutoCompPermanent(bool)
    MemberEndBrief.GetCompPermanent()
    MemberEndBrief.SetCompPermanent(double)
    MemberEndBrief.Location
    MemberEndBrief.IsAutoShearLoad
    MemberEndBrief.ShearLoad
    MemberEndBrief.StoryShearLoad
    MemberEndBrief.IsAutoMomentLoad
    MemberEndBrief.MomentLoad
    MemberEndBrief.TensionLoad
    MemberEndBrief.CompressionLoad
    MemberEndBrief.IsAutoTieForce
    MemberEndBrief.TieForce
    MemberEndBrief.IsAutoNonMomentBoltTypeToSupported
    MemberEndBrief.NonMomentBoltTypeToSupported
    MemberEndBrief.IsAutoNonMomentBoltTypeToSupporting
    MemberEndBrief.NonMomentBoltTypeToSupporting
    MemberEndBrief.IsAutoNonMomentBoltDiameter
    MemberEndBrief.NonMomentBoltDiameter
    MemberEndBrief.IsAutoPanelMomentLoad
    MemberEndBrief.PanelMomentLoad
    MemberEndBrief.UseMiscPlatesList
    MemberEndBrief.MinimumSetupConnection
    MemberEndBrief.MinimumCopeDepth
    MemberEndBrief.DisableFramingSituationChecks
    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 HorizontalBraceEnd : MemberEnd

    Properties

    IsAutoTensionLoad

    If true, the compression load will be automatically calculated by SDS2. If false, the compression load must be provided by the user, or set to '0' to prevent using tension in calculations for designing the connection on this end.

    Declaration
    public bool IsAutoTensionLoad { get; set; }
    Property Value
    Type Description
    bool

    MemberSetbackType

    The type of setback on this end of the member

    Declaration
    public MemberSetbackType MemberSetbackType { get; set; }
    Property Value
    Type Description
    MemberSetbackType
    Remarks

    Be sure to set this before setting MemberSetbackValue

    MemberSetbackValue

    The value for the current member setback. This can only be set if MemberSetbackType is either FieldClearance or InputMinusDimension

    Declaration
    public double MemberSetbackValue { get; set; }
    Property Value
    Type Description
    double
    Exceptions
    Type Condition
    InvalidOperationException

    Thrown if MemberSetbackType is AutomaticMinusDimension

    Methods

    Dispose(bool)

    Horizontal brace specific end options

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