API Reference > geometry-core > Curve > RegionOps > computeXYZWireMomentSums 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 Returns - undefined | MomentData Defined in curve/RegionOps.ts Line 116 Last Updated: 11 June, 2024