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

Function fit

cadquery/fig.py:517–520  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

515
516
517def fit(*args, **kwargs):
518
519 fig = Figure()
520 fig.fit(*args, **kwargs)

Callers 1

test_fig_free_funcFunction · 0.90

Calls 2

fitMethod · 0.95
FigureClass · 0.85

Tested by 1

test_fig_free_funcFunction · 0.72