Try to use parallel processing in BRep cutting algorithm.

This commit is contained in:
Alex Shvartzkop 2024-04-17 18:15:13 +03:00
parent d98d7f9017
commit d97ac47509
1 changed files with 1 additions and 0 deletions

View File

@ -1022,6 +1022,7 @@ bool STEP_PCB_MODEL::CreatePCB( SHAPE_POLY_SET& aOutline, VECTOR2D aOrigin )
// This helps cutting circular holes in zones where a hole is already cut in Clipper
cut.SetFuzzyValue( 0.0005 );
cut.SetRunParallel( true );
cut.SetToFillHistory( false );
cut.SetArguments( cutArgs );