Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ Transform
Function
Transform
cadquery/occ_impl/solver.py:326–328 ·
view source on GitHub ↗
(v, T, R)
Source
from the content-addressed store, hash-verified
324
325
326
def
Transform(v, T, R):
327
328
return
Rotate(v, R) + T
329
330
331
def
point_cost(
Callers
4
point_cost
Function · 0.85
point_in_plane_cost
Function · 0.85
point_on_line_cost
Function · 0.85
fixed_point_cost
Function · 0.85
Calls
1
Rotate
Function · 0.85
Tested by
no test coverage detected