StructuralSectionGeneralW
Defines parameters for Angle structural section.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSection
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionRectangular
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionHotRolled
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionGeneralW
Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionLAngle
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class StructuralSectionGeneralW : StructuralSectionHotRolled
The StructuralSectionGeneralW type exposes the following members.
Constructors
Name
Description
Public Method
StructuralSectionGeneralW
Creates a new instance of Angle shape.
Properties
Name
Description
Public Property
AnalysisParams
Common set of parameters for structural analysis.
(Inherited from StructuralSection)
Public Property
CentroidHorizontal
Distance from centroid to the left extremites along horizontal axis.
(Inherited from StructuralSectionRectangular)
Public Property
CentroidVertical
Distance from centroid to the upper extremites along vertical axis.
(Inherited from StructuralSectionRectangular)
Public Property
ElasticModulusStrongAxis
Elastic section modulus about main strong axis for calculation of bending stresses.
(Inherited from StructuralSection)
Public Property
ElasticModulusWeakAxis
Elastic section modulus about main weak axis for calculation of bending stresses.
(Inherited from StructuralSection)
Public Property
FlangeFillet
Flange Fillet - fillet radius at the flange end.
Public Property
FlangeThickness
Flange Thickness.
(Inherited from StructuralSectionHotRolled)
Public Property
FlangeThicknessLocation
Flange Thickness Location.
(Inherited from StructuralSectionHotRolled)
Public Property
Height
Section height, depth.
(Inherited from StructuralSectionRectangular)
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from StructuralSection)
Public Property
MomentOfInertiaStrongAxis
Moment of Inertia about main strong axis (I).
(Inherited from StructuralSection)
Public Property
MomentOfInertiaWeakAxis
Moment of Inertia about main weak axis (I).
(Inherited from StructuralSection)
Public Property
NameKey
Name Key
(Inherited from StructuralSectionRectangular)
Public Property
NominalWeight
Unit weight (not mass) per unit length, for self-weight calculation or quantity survey.
(Inherited from StructuralSection)
Public Property
Perimeter
Painting surface of the unit length.
(Inherited from StructuralSection)
Public Property
PlasticModulusStrongAxis
Plastic section modulus in bending about main strong axis (Z, Wpl).
(Inherited from StructuralSection)
Public Property
PlasticModulusWeakAxis
Plastic section modulus in bending about main weak axis.
(Inherited from StructuralSection)
Public Property
PrincipalAxesAngle
Rotation angle between the principal axes and cross section reference planes.
(Inherited from StructuralSection)
Public Property
SectionArea
Cross section area.
(Inherited from StructuralSection)
Public Property
SectionNameKey
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.
(Inherited from StructuralSection)
Public Property
ShearAreaStrongAxis
Shear area (reduced extreme shear stress coefficient) in the direction of strong axis (Wq).
(Inherited from StructuralSection)
Public Property
ShearAreaWeakAxis
Shear area (reduced extreme shear stress coefficient) in the direction of weak axis (Wq).
(Inherited from StructuralSection)
Public Property
StructuralSectionGeneralShape
The general type of structural section shape.
(Inherited from StructuralSection)
Public Property
StructuralSectionShape
The type of structural section shape.
(Inherited from StructuralSection)
Public Property
StructuralSectionShapeName
A human readable string representing the structural section shape.
(Inherited from StructuralSection)
Public Property
TopWebFillet
Top Web Fillet - fillet radius at the top of web.
Public Property
TorsionalModulus
Section modulus for calculations of torsion stresses (Ct).
(Inherited from StructuralSection)
Public Property
TorsionalMomentOfInertia
Torsional Moment of inertia (J, IT, K), for calculation of torsional deformation
(Inherited from StructuralSection)
Public Property
WarpingConstant
Warping constant (Cw, Iomega, H).
(Inherited from StructuralSection)
Public Property
WebFillet
Web Fillet - fillet radius between web and flange.
(Inherited from StructuralSectionHotRolled)
Public Property
WebThickness
Web Thickness.
(Inherited from StructuralSectionHotRolled)
Public Property
WebThicknessLocation
Web Thickness Location.
(Inherited from StructuralSectionHotRolled)
Public Property
Width
Section width.
(Inherited from StructuralSectionRectangular)
Methods
Name
Description
Public Method
Dispose
(Inherited from StructuralSection)
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetBoundarySize
Returns size of the section boundary.
(Inherited from StructuralSection)
Public Method
GetEnumerator
(Inherited from StructuralSection)
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)