pub fn import_step_report(
text: &str,
) -> Result<(Vec<BrepSolid>, usize, Option<String>), String>Expand description
Like import_step but reports how many bodies failed and the first error,
so callers can distinguish a fully- from a partially-imported assembly.