StructuralSectionRectangularBar
Description:
Defines parameters for Rectangular Bar structural section.
Defines parameters for Rectangular Bar structural section.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSection
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionRectangular
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionGeneralF
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionRectangularBar
System.Object
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSection
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionRectangular
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionGeneralF
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionRectangularBar
public class StructuralSectionRectangularBar : StructuralSectionGeneralF
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| StructuralSectionRectangularBar(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double) | None | Creates a new instance of Structural Section Rectangular Bar shape with the associated set of parameters, used to attach to structural element. | |
| StructuralSectionGeneralF(Double, Double, Double, Double, StructuralSectionAnalysisParams) | None | Creates a new instance of Structural Section Flat Bar. | StructuralSectionGeneralF |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the | StructuralSection |
| GetBoundarySize() | UV | Returns size of the section boundary. | StructuralSection |
| GetEnumerator() | IEnumerator | StructuralSection |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AnalysisParams | StructuralSectionAnalysisParams | Common set of parameters for structural analysis. | StructuralSection |
| ElasticModulusStrongAxis | double | Elastic section modulus about main strong axis for calculation of bending stresses. | StructuralSection |
| ElasticModulusWeakAxis | double | Elastic section modulus about main weak axis for calculation of bending stresses. | StructuralSection |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | StructuralSection |
| MomentOfInertiaStrongAxis | double | Moment of Inertia about main strong axis (I). | StructuralSection |
| MomentOfInertiaWeakAxis | double | Moment of Inertia about main weak axis (I). | StructuralSection |
| NominalWeight | double | Unit weight (not mass) per unit length, for self-weight calculation or quantity survey. | StructuralSection |
| Perimeter | double | Painting surface of the unit length. | StructuralSection |
| PlasticModulusStrongAxis | double | Plastic section modulus in bending about main strong axis (Z, Wpl). | StructuralSection |
| PlasticModulusWeakAxis | double | Plastic section modulus in bending about main weak axis. | StructuralSection |
| PrincipalAxesAngle | double | Rotation angle between the principal axes and cross section reference planes. | StructuralSection |
| SectionArea | double | Cross section area. | StructuralSection |
| SectionNameKey | string | A parameter in structural families which allows for family type identification. This will be used for data mapping during model exchange with another program, namely Advance Steel. | StructuralSection |
| ShearAreaStrongAxis | double | Shear area (reduced extreme shear stress coefficient) in the direction of strong axis (Wq). | StructuralSection |
| ShearAreaWeakAxis | double | Shear area (reduced extreme shear stress coefficient) in the direction of weak axis (Wq). | StructuralSection |
| StructuralSectionGeneralShape | StructuralSectionGeneralShape | The general type of structural section shape. | StructuralSection |
| StructuralSectionShapeName | string | A human readable string representing the structural section shape. | StructuralSection |
| StructuralSectionShape | StructuralSectionShape | The type of structural section shape. | StructuralSection |
| TorsionalModulus | double | Section modulus for calculations of torsion stresses (Ct). | StructuralSection |
| TorsionalMomentOfInertia | double | Torsional Moment of inertia (J, IT, K), for calculation of torsional deformation | StructuralSection |
| WarpingConstant | double | Warping constant (Cw, Iomega, H). | StructuralSection |
| CentroidHorizontal | double | Distance from centroid to the left extremites along horizontal axis. | StructuralSectionRectangular |
| CentroidVertical | double | Distance from centroid to the upper extremites along vertical axis. | StructuralSectionRectangular |
| Height | double | Section height, depth. | StructuralSectionRectangular |
| NameKey | string | Name Key | StructuralSectionRectangular |
| Width | double | Section width. | StructuralSectionRectangular |