pub fn shell_v2( topo: &mut Topology, solid: SolidId, thickness: f64, exclude: &[FaceId], ) -> Result<SolidId, OperationsError>
Shell (hollow solid) operation (V2 pipeline).
Returns an error if the offset fails.