Show / Hide Table of Contents

    Class MiscellaneousDecking

    A member with a single deck material.

    Inheritance
    object
    MemberBrief
    Member
    Miscellaneous
    MiscellaneousDecking
    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 MiscellaneousDecking : Miscellaneous

    Constructors

    MiscellaneousDecking()

    Create a new miscellaneous deck member

    Declaration
    public MiscellaneousDecking()

    Properties

    BaseWidth

    The distance from the inside corner of one bend to the inside corner of the next bend at the base of the deck.

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

    A floating point value in inches.

    Depth

    Decking depth measured along the material Z axis from the bottom of the deck to the top of any one rib, i.e. the rib height.

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

    A floating point value in inches.

    LeftEndCutAngle

    Angle to cut across the end of the decking where 0 is a sqr cut.

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

    A floating point value in radians.

    RibSpacing

    Distance from the center of one rib to the center of an adjacent rib.

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

    A floating point value in inches.

    RibWidth

    The width of the top surface of every rib.

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

    A floating point value in inches.

    RightEndCutAngle

    Angle to cut across the end of the decking where 0 is a sqr cut.

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

    A floating point value in radians.

    Thickness

    Thickness of the decking material.

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

    A floating point value in inches.

    Methods

    Dispose(bool)

    A member with a single deck material.

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