Skip to main content

boolean_dispatch_with_progress

Function boolean_dispatch_with_progress 

Source
pub fn boolean_dispatch_with_progress(
    mesh_a: &ManifoldImpl,
    mesh_b: &ManifoldImpl,
    op: OpType,
    engine: BooleanEngine,
    token: Option<&CancelToken>,
    progress: Option<&ProgressReporter>,
) -> ManifoldImpl
Expand description

boolean_dispatch with optional progress reporting (see crate::progress).

The robust engine reports its pipeline phases; the exact engine reports a single indeterminate ExactBoolean phase and is otherwise untouched, so its timing and results are exactly what they were. None is byte-for-byte boolean_dispatch.