The problem is because param_surface is very complex,my .step file is very large ( ~12MB ).
It's so so so slow when i want to open it as solid with SolidWorks 2022.
And SolidWorks diagnosis show my model have some broken surface (and report surface error), but .stl file seems OK.
I dont understand why these broken surface exist ? Does cadquery have API to check&fix such broken surface?
My code use a complex surface to cut&split a box
step-1: use param_surface() to define a complex&irregular surface
step-2:use this surface to cut&split a simple box
step-3:export shape as a .step file & a .stl file
The problem is because param_surface is very complex,my .step file is very large ( ~12MB ). It's so so so slow when i want to open it as solid with SolidWorks 2022. And SolidWorks diagnosis show my model have some broken surface (and report surface error), but .stl file seems OK.
I dont understand why these broken surface exist ? Does cadquery have API to check&fix such broken surface?