Skip to content

StructuralSectionPipeStandard

Public Constructor

Creates a new instance of Structural Section Pipe Standard 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 StructuralSectionPipeStandard(
double diameter,
double centroidHorizontal,
double centroidVertical,
double principalAxesAngle,
double wallNominalThickness,
double wallDesignThickness,
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
)

Parameters

diameterDouble

Pipe Diameter.

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.

wallNominalThicknessDouble

Represents wall nominal thickness of rectangle.

wallDesignThicknessDouble

Represents wall design thickness of rectangle.

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).