Show / Hide Table of Contents

    Class CommonStructuralProperties

    Structural property values

    Inheritance
    object
    CommonStructuralProperties
    ChannelTeeStructuralProperties
    FullStructuralProperties
    TubeStructuralProperties
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class CommonStructuralProperties

    Properties

    Area

    Cross sectional area

    Declaration
    public StructuralProperty Area { get; set; }
    Property Value
    Type Description
    StructuralProperty

    Cw

    Warping constant

    Declaration
    public StructuralProperty Cw { get; set; }
    Property Value
    Type Description
    StructuralProperty

    Ix

    Moment of inertia (in inches^4)

    Declaration
    public StructuralProperty Ix { get; set; }
    Property Value
    Type Description
    StructuralProperty

    Iy

    Moment of inertia (in inches^4)

    Declaration
    public StructuralProperty Iy { get; set; }
    Property Value
    Type Description
    StructuralProperty

    J

    Polar inertia (in inches^4)

    Declaration
    public StructuralProperty J { get; set; }
    Property Value
    Type Description
    StructuralProperty

    Reference

    The name of the book this came from

    Declaration
    public string Reference { get; set; }
    Property Value
    Type Description
    string

    Sx

    Section modulus (in inches^3)

    Declaration
    public StructuralProperty Sx { get; set; }
    Property Value
    Type Description
    StructuralProperty

    Sy

    Secton modulus (in inches^3)

    Declaration
    public StructuralProperty Sy { get; set; }
    Property Value
    Type Description
    StructuralProperty

    Zx

    Plastic modulus (in inches^3)

    Declaration
    public StructuralProperty Zx { get; set; }
    Property Value
    Type Description
    StructuralProperty

    Zy

    Plastic modulus (in inches^3)

    Declaration
    public StructuralProperty Zy { get; set; }
    Property Value
    Type Description
    StructuralProperty

    rx

    Radius of gyration about the x axis

    Declaration
    public StructuralProperty rx { get; set; }
    Property Value
    Type Description
    StructuralProperty

    ry

    Radius of gyration about the y axis

    Declaration
    public StructuralProperty ry { get; set; }
    Property Value
    Type Description
    StructuralProperty

    Methods

    Dispose(bool)

    Structural property values

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    ~CommonStructuralProperties()

    Structural property values

    Declaration
    protected ~CommonStructuralProperties()
    Back to top