Skip to main content

process_geometry_streaming

Function process_geometry_streaming 

Source
pub fn process_geometry_streaming(
    content: &[u8],
    batch_size: usize,
    on_batch: impl FnMut(&[MeshData], usize, usize),
) -> ProcessingResult
Expand description

Process IFC content with parallel geometry extraction and emit batches as they complete.