pub fn process_geometry_streaming(
content: &[u8],
batch_size: usize,
on_batch: impl FnMut(&[MeshData], usize, usize),
) -> ProcessingResultExpand description
Process IFC content with parallel geometry extraction and emit batches as they complete.