Class CommonStructuralProperties
Structural property values
Inheritance
System.Object
CommonStructuralProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.String |
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 |
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 |
Methods
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Declaration
protected void Finalize()