MCPcopy
hub / github.com/CadQuery/cadquery / _set_glue

Function _set_glue

cadquery/occ_impl/shapes.py:6638–6645  ·  view source on GitHub ↗
(builder: BOPAlgo_Builder, glue: GlueLiteral)

Source from the content-addressed store, hash-verified

6636
6637
6638def _set_glue(builder: BOPAlgo_Builder, glue: GlueLiteral) -> None:
6639
6640 if glue:
6641 builder.SetGlue(
6642 BOPAlgo_GlueEnum.BOPAlgo_GlueFull
6643 if glue == "full"
6644 else BOPAlgo_GlueEnum.BOPAlgo_GlueShift
6645 )
6646
6647
6648def _set_builder_options(builder: BOPAlgo_Builder, tol: float) -> 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