StructuralSectionAnalysisParams
Defines common set of parameters for structural analysis.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionAnalysisParams
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class StructuralSectionAnalysisParams : IDisposable
The StructuralSectionAnalysisParams type exposes the following members.
Constructors
Name
Description
Public Method
StructuralSectionAnalysisParams.
Creates a new instance of StructuralSectionAnalysisParams.
Public Method
StructuralSectionAnalysisParams(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Creates a new instance of StructuralSectionAnalysisParams.
Properties
Name
Description
Public Property
ElasticModulusStrongAxis
Elastic section modulus about main strong axis for calculation of bending stresses.
Public Property
ElasticModulusWeakAxis
Elastic section modulus about main weak axis for calculation of bending stresses.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
MomentOfInertiaStrongAxis
Moment of Inertia about main strong axis (I).
Public Property
MomentOfInertiaWeakAxis
Moment of Inertia about main weak axis (I).
Public Property
NominalWeight
Unit weight (not mass) per unit length, for self-weight calculation or quantity survey.
Public Property
Perimeter
Painting surface of the unit length.
Public Property
PlasticModulusStrongAxis
Plastic section modulus in bending about main strong axis (Z, Wpl)
Public Property
PlasticModulusWeakAxis
Plastic section modulus in bending about main weak axis.
Public Property
PrincipalAxesAngle
Rotation angle between the principal axes and cross section reference planes.
Public Property
SectionArea
Cross section area.
Public Property
ShearAreaStrongAxis
Shear area (reduced extreme shear stress coefficient) in the direction of strong axis (Wq).
Public Property
ShearAreaWeakAxis
Shear area (reduced extreme shear stress coefficient) in the direction of weak axis (Wq).
Public Property
TorsionalModulus
Section modulus for calculations of torsion stresses (Ct)
Public Property
TorsionalMomentOfInertia
Torsional Moment of inertia (J, IT, K), for calculation of torsional deformation
Public Property
WarpingConstant
Warping constant (Cw, Iomega, H)
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the StructuralSectionAnalysisParams
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)