StructuralSectionConcretePolygon
Description:
Creates a new instance of Structural Section Concrete Polygon shape with the associated set of parameters, used to attach to structural element.
Creates a new instance of Structural Section Concrete Polygon shape with the associated set of parameters, used to attach to structural element.
public StructuralSectionConcretePolygon(
double diameter,
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,
int sides,
StructuralSectionPolygonDefinition polygonDefinition
)
-
DoublediameterThe diameter of the inscribed or circumscribed circle.
-
DoublecentroidHorizontalDistance from centroid to the left extremites along horizontal axis.
-
DoublecentroidVerticalDistance from centroid to the upper extremites along vertical axis.
-
DoubleprincipalAxesAngleRotation angle between the principal axes and cross section reference planes.
-
DoublesectionAreaCross section area.
-
DoubleperimeterPainting surface of the unit length.
-
DoublenominalWeightUnit weight (not mass) per unit length, for self-weight calculation or quantity survey.
-
DoublemomentOfInertiaStrongAxisMoment of Inertia about main strong axis (I).
-
DoublemomentOfInertiaWeakAxisMoment of Inertia about main weak axis (I).
-
DoubleelasticModulusStrongAxisElastic section modulus about main strong axis for calculation of bending stresses.
-
DoubleelasticModulusWeakAxisElastic section modulus about main weak axis for calculation of bending stresses.
-
DoubleplasticModulusStrongAxisPlastic section modulus in bending about main strong axis (Z, Wpl)
-
DoubleplasticModulusWeakAxisPlastic section modulus in bending about main weak axis.
-
DoubletorsionalMomentOfInertiaTorsional Moment of inertia (J, IT, K), for calculation of torsional deformation
-
DoubletorsionalModulusSection modulus for calculations of torsion stresses (Ct)
-
DoublewarpingConstantWarping constant (Cw, Iomega, H)
-
DoubleshearAreaStrongAxisShear area (reduced extreme shear stress coefficient) in the direction of strong axis (Wq).
-
DoubleshearAreaWeakAxisShear area (reduced extreme shear stress coefficient) in the direction of weak axis (Wq).
-
Int32sidesNumber of sides of the polygon contour. Must between 3 and 36.
-
polygonDefinitionIndicates whether the polygon contour is inscribed or circumscribed.
-
A value passed for an enumeration argument is not a member of that enumeration