StructuralSectionIParallelFlange Class


Structural Section IParallel Flange Class

Defines parameters for I-shape Parallel Flange structural section.
Inheritance Hierarchy

Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class StructuralSectionIParallelFlange : StructuralSectionGeneralI

The StructuralSectionIParallelFlange type exposes the following members.

Constructors
Name Description
Public method StructuralSectionIParallelFlange Creates a new instance of Structural Section I Parallel Flange shape with the associated set of parameters, used to attach to structural element.
Top
Properties
Name Description
Public property AnalysisParams Common set of parameters for structural analysis.
(Inherited from StructuralSection )
Public property BoltDiameter Maximum bolt hole diameter, in. (mm)
Public property BoltSpacing Standard bolt spacing, in. (mm)
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 ClearWebHeight Detailing depth between the web toes of the fillets, in.(mm)
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.
(Inherited from StructuralSectionGeneralI )
Public property FlangeThickness Flange Thickness.
(Inherited from StructuralSectionHotRolled )
Public property FlangeThicknessLocation Flange Thickness Location.
(Inherited from StructuralSectionHotRolled )
Public property FlangeToeOfFillet Detailing distance from center of web to flange toe of fillet, in. (mm)
(Inherited from StructuralSectionGeneralI )
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 SlopedFlangeAngle Sloped flange angle. (rad)
(Inherited from StructuralSectionGeneralI )
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 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 WebToeOfFillet Detailing distance from outer face of flange to web toe of fillet, in. (mm)
(Inherited from StructuralSectionGeneralI )
Public property Width Section width.
(Inherited from StructuralSectionRectangular )
Top
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 GetFlangeThicknessInFlangeCenter Returns thickness of flange measured in the 0.25 * (width - webThickess), sometimes used for sections with width > 300 mm.
(Inherited from StructuralSectionGeneralI )
Public method GetFlangeThicknessInQuarterWidth Returns thickness of flange measured in the 0.25 * width, sometimes used for sections with width <= 300 mm.
(Inherited from StructuralSectionGeneralI )
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 )
Top
See Also