Show / Hide Table of Contents

    Class ColumnEnd

    Column specific end options

    Inheritance
    object
    MemberEndBrief
    MemberEnd
    ColumnEnd
    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 ColumnEnd : MemberEnd

    Properties

    IsAutoMaterialSetback

    If true, then the system will calculate a default material setback based on setup values.

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

    IsAutoMemberSetback

    If true, then the system will calculate a default member setback based on setup values.

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

    MaterialSetbackValue

    The value for the current member setback.

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

    MemberSetbackValue

    The value for the current member setback.

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

    Methods

    Dispose(bool)

    Column specific end options

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