Show / Hide Table of Contents

    Class MiscellaneousSquareBar

    A member with a single square bar material

    Inheritance
    object
    MemberBrief
    Member
    Miscellaneous
    MiscellaneousSquareBar
    Inherited Members
    Miscellaneous.PythonObject
    Miscellaneous.Grade
    Miscellaneous.IsAvailable
    Member.Get(MemberHandle)
    Member.GetMaterial()
    Member.GetBolts()
    Member.GetWelds()
    Member.Add(Member)
    Member.Add(Material)
    Member.Add(DetailView)
    Member.Add(Bolt)
    Member.Delete(DetailView)
    Member.GetComponents()
    Member.GetViews()
    Member.UseSingleMaterialForWeldedShape
    Member.Ends
    Member.LiftAssignmentDescription
    Member.MemberTypeDescription
    MemberBrief.RefreshDatabaseTable()
    MemberBrief.AllGroups()
    MemberBrief.Handle
    MemberBrief.Number
    MemberBrief.Revision
    MemberBrief.IsExisting
    MemberBrief.MemberDescription
    MemberBrief.ModelCompleteDate
    MemberBrief.ModelCompleteMode
    MemberBrief.HeldDate
    MemberBrief.IsHeld
    MemberBrief.HeldDescription
    MemberBrief.FabricationProjectedDate
    MemberBrief.FabricationShopDate
    MemberBrief.FabricationCompleteDate
    MemberBrief.ShipDate
    MemberBrief.ProjectedShipDate
    MemberBrief.ReceivedOnJobSite
    MemberBrief.Erected
    MemberBrief.Approval
    MemberBrief.SubmittedForApproval
    MemberBrief.ReceivedForApproval
    MemberBrief.Route1
    MemberBrief.Route2
    MemberBrief.Route3
    MemberBrief.Route4
    MemberBrief.Category
    MemberBrief.Guid
    MemberBrief.Left
    MemberBrief.Right
    MemberBrief.Sequence
    MemberBrief.Shape
    MemberBrief.ToGlobalCoordinates
    MemberBrief.GroupMemberHandle
    MemberBrief.CustomPropertyMapHandle
    MemberBrief.Piecemark
    MemberBrief.SwapEnds
    MemberBrief.IsGalvanized
    MemberBrief.SurfaceFinish
    MemberBrief.DoMaterialSurfaceFinishReset
    MemberBrief.IsMarkedForProcess
    MemberBrief.IsMarkedForDetail
    MemberBrief.IsMarkedForNodeMatch
    MemberBrief.MemberType
    object.GetType()
    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 sealed class MiscellaneousSquareBar : Miscellaneous

    Constructors

    MiscellaneousSquareBar()

    Create a single square bar member

    Declaration
    public MiscellaneousSquareBar()

    Properties

    AngleOfTwist

    The angle (in radians) of twist from one end of the material to the other.

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

    IncludedAngleRoll

    The included angle of the rolling operation. This can be set for any operation besides a camber roll

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

    IsCenteredOnDepth

    Whether this material is centered on its axis or not. Generally, not centered means the logical member line will pass through the center of the top of steel. Centered means that the logical member line will pass through the center of the web.

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

    MidOrdinateRoll

    The measurement from the center of the curved member to point halfway between the left and right end. For Camber, this is the only valid value to set.

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

    MiscellaneousEnds

    Information specific to the ends of the material.

    Declaration
    public MiscellaneousSquareBarEndList MiscellaneousEnds { get; }
    Property Value
    Type Description
    MiscellaneousSquareBarEndList

    RollType

    The type of roll on this material, or None if there is no roll on this material.

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

    This is limited to None, Camber, WeakAxis, or StrongAxis

    RollingRadius

    The rolling radius for any roll operation besides a camber roll.

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

    SpiralRollOffset

    The positive or negative distance that the right end will be offset from the right work point in the member's Z axis.

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

    Thickness

    The thickness of the bar. Width and Thickness are always the same.

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

    A floating point value in inches.

    ThicknessReferencePoint

    The depth-wise reference plane of the bar. Changing this shifts the bar without changing the work points of the bar.

    Declaration
    public ThicknessReferencePoint ThicknessReferencePoint { get; set; }
    Property Value
    Type Description
    ThicknessReferencePoint

    Width

    The width of the bar. Width and Thickness are always the same.

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

    A floating point value in inches.

    Methods

    Dispose(bool)

    A member with a single square bar material

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