pub fn parse_with_progress( content: &str, on_progress: impl Fn(&str, f32) + Send + 'static, ) -> Result<Arc<dyn IfcModel>>
Parse with progress reporting