MCPcopy Index your code
hub / github.com/CadQuery/cadquery / _set_builder_options

Function _set_builder_options

cadquery/occ_impl/shapes.py:6648–6655  ·  view source on GitHub ↗
(builder: BOPAlgo_Builder, tol: float)

Source from the content-addressed store, hash-verified

6646
6647
6648def _set_builder_options(builder: BOPAlgo_Builder, tol: float) -> None:
6649
6650 builder.SetRunParallel(True)
6651 builder.SetUseOBB(True)
6652 builder.SetNonDestructive(True)
6653
6654 if tol:
6655 builder.SetFuzzyValue(tol)
6656
6657
6658def setThreads(n: int) -> None:

Callers 4

fuseFunction · 0.85
cutFunction · 0.85
intersectFunction · 0.85
imprintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected