Show / Hide Table of Contents

    Class BeadedFlatShape

    A Shape derived class.

    Inheritance
    object
    Shape
    BeadedFlatShape
    Inherited Members
    Shape.GetHashCode()
    Shape.Equals(object)
    Shape.SectionSize
    Shape.IsAvailable
    Shape.SourceReference
    object.GetType()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public sealed class BeadedFlatShape : Shape

    Constructors

    BeadedFlatShape()

    A Shape derived class.

    Declaration
    public BeadedFlatShape()

    Properties

    Depth

    Depth of the shape.

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

    DoubleGage1

    First gage line for a double row.

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

    DoubleGage2

    Second gage line for a double row.

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

    Leg

    Length of the leg

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

    SingleGage

    Gage for a single row.

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

    ToeThickness

    Thickness at the toe.

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

    WebThickness

    Thickness of the web

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

    WeightPerUnitFoot

    For extruded profile shapes, this is the weight for each foot of the shape. This will be 0.0 for some shapes where it does not apply.

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

    Methods

    Dispose(bool)

    A Shape derived class.

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