Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CadQuery/cadquery
/ invalid_args
Function
invalid_args
cadquery/occ_impl/sketch_solver.py:59–61 ·
view source on GitHub ↗
(*t)
Source
from the content-addressed store, hash-verified
57
58
59
def
invalid_args(*t):
60
61
return
ValueError(
"Invalid argument types {t}"
)
62
63
64
def
arc_first(x):
Callers
8
fixed_point_cost
Function · 0.85
coincident_cost
Function · 0.85
angle_cost
Function · 0.85
length_cost
Function · 0.85
distance_cost
Function · 0.85
radius_cost
Function · 0.85
orientation_cost
Function · 0.85
arc_angle_cost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected