pub fn solid_mass_properties_full(
solid: &BrepSolid,
) -> Result<FullMassProperties, String>Expand description
Area, volume, centroid, and centroidal inertia (unit density). Area and
volume use the same exact paths as solid_mass_properties; the moment
integrals use divergence-theorem surface quadrature (exact for untrimmed
spans, trim-polygon scanline accuracy for trimmed faces).