pub fn solid_edge_length_total(solid: &BrepSolid) -> Result<f64, String>Expand description
Total 3D arc length of every non-degenerate edge of a solid (each shared edge counted ONCE — the solid’s edge table is already edge-unique). This is the solid’s “total edge length” measurement.