StructuralSectionZProfileWithLips
Creates a new instance of Structural Section Z Profile With Lips shape with the associated set of parameters, used to attach to structural element.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public StructuralSectionZProfileWithLips( double width, double height, double wallNominalThickness, double wallDesignThickness, double innerFillet, double centroidHorizontal, double centroidVertical, double principalAxesAngle, double sectionArea, double perimeter, double nominalWeight, double momentOfInertiaStrongAxis, double momentOfInertiaWeakAxis, double elasticModulusStrongAxis, double elasticModulusWeakAxis, double plasticModulusStrongAxis, double plasticModulusWeakAxis, double torsionalMomentOfInertia, double torsionalModulus, double warpingConstant, double shearAreaStrongAxis, double shearAreaWeakAxis, double bottomFlangeLength, double lipLength)
Parameters
widthDouble
Section width.
heightDouble
Section height, depth.
wallNominalThicknessDouble
Represents wall nominal thickness of rectangle.
wallDesignThicknessDouble
Represents wall design thickness of rectangle.
innerFilletDouble
Inner Fillet - Corner fillet inner radius.
centroidHorizontalDouble
Distance from centroid to the left extremites along horizontal axis.
centroidVerticalDouble
Distance from centroid to the upper extremites along vertical axis.
principalAxesAngleDouble
Rotation angle between the principal axes and cross section reference planes.
sectionAreaDouble
Cross section area.
perimeterDouble
Painting surface of the unit length.
nominalWeightDouble
Unit weight (not mass) per unit length, for self-weight calculation or quantity survey.
momentOfInertiaStrongAxisDouble
Moment of Inertia about main strong axis (I).
momentOfInertiaWeakAxisDouble
Moment of Inertia about main weak axis (I).
elasticModulusStrongAxisDouble
Elastic section modulus about main strong axis for calculation of bending stresses.
elasticModulusWeakAxisDouble
Elastic section modulus about main weak axis for calculation of bending stresses.
plasticModulusStrongAxisDouble
Plastic section modulus in bending about main strong axis (Z, Wpl)
plasticModulusWeakAxisDouble
Plastic section modulus in bending about main weak axis.
torsionalMomentOfInertiaDouble
Torsional Moment of inertia (J, IT, K), for calculation of torsional deformation
torsionalModulusDouble
Section modulus for calculations of torsion stresses (Ct)
warpingConstantDouble
Warping constant (Cw, Iomega, H)
shearAreaStrongAxisDouble
Shear area (reduced extreme shear stress coefficient) in the direction of strong axis (Wq).
shearAreaWeakAxisDouble
Shear area (reduced extreme shear stress coefficient) in the direction of weak axis (Wq).
bottomFlangeLengthDouble
Bottom Flange segment length.
lipLengthDouble
Lip segment length.