computeXYZWireMomentSums MethodStatic

Return MomentData with the sums of wire moments.

  • If rawMomentData is the MomentData returned by computeXYAreaMoments, convert to principal axes and moments with call principalMomentData = MomentData.inertiaProductsToPrincipalAxes (rawMomentData.origin, rawMomentData.sums);

computeXYZWireMomentSums(root: AnyCurve): undefined | MomentData

Parameter Type Description
root AnyCurve any CurveCollection or CurvePrimitive.

Returns - undefined | MomentData

Defined in

Last Updated: 16 April, 2024