StructuralSectionAnalysisParams
Description:
Defines common set of parameters for structural analysis.
Defines common set of parameters for structural analysis.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionAnalysisParams
System.Object
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionAnalysisParams
public class StructuralSectionAnalysisParams : IDisposable
| Name | Return Type | Description |
|---|---|---|
| StructuralSectionAnalysisParams() | None | Creates a new instance of StructuralSectionAnalysisParams. |
| StructuralSectionAnalysisParams(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double) | None | Creates a new instance of StructuralSectionAnalysisParams. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| ElasticModulusStrongAxis | double | Elastic section modulus about main strong axis for calculation of bending stresses. |
| ElasticModulusWeakAxis | double | Elastic section modulus about main weak axis for calculation of bending stresses. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| MomentOfInertiaStrongAxis | double | Moment of Inertia about main strong axis (I). |
| MomentOfInertiaWeakAxis | double | Moment of Inertia about main weak axis (I). |
| NominalWeight | double | Unit weight (not mass) per unit length, for self-weight calculation or quantity survey. |
| Perimeter | double | Painting surface of the unit length. |
| PlasticModulusStrongAxis | double | Plastic section modulus in bending about main strong axis (Z, Wpl) |
| PlasticModulusWeakAxis | double | Plastic section modulus in bending about main weak axis. |
| PrincipalAxesAngle | double | Rotation angle between the principal axes and cross section reference planes. |
| SectionArea | double | Cross section area. |
| ShearAreaStrongAxis | double | Shear area (reduced extreme shear stress coefficient) in the direction of strong axis (Wq). |
| ShearAreaWeakAxis | double | Shear area (reduced extreme shear stress coefficient) in the direction of weak axis (Wq). |
| TorsionalModulus | double | Section modulus for calculations of torsion stresses (Ct) |
| TorsionalMomentOfInertia | double | Torsional Moment of inertia (J, IT, K), for calculation of torsional deformation |
| WarpingConstant | double | Warping constant (Cw, Iomega, H) |