Skip to main content

process_geometry_streaming_with_options

Function process_geometry_streaming_with_options 

Source
pub fn process_geometry_streaming_with_options(
    content: &[u8],
    options: StreamingOptions,
    on_batch: impl FnMut(&[MeshData], usize, usize),
    on_color_update: impl FnMut(&[(u32, [f32; 4])]),
) -> ProcessingResult
Expand description

Process IFC content with parallel geometry extraction and configurable streaming behavior.