cadquery icon indicating copy to clipboard operation
cadquery copied to clipboard

How to convert global coordinate tuple to local coordinates?

Open r4dr3fr4d opened this issue 2 years ago • 1 comments

toWorldCoords() accepts a tuple, but toLocalCoords accepts an object. I'm trying to create a threePointArc (which accepts two tuples of local coordinates) between vertices of two different objects (eg, boxes) - how does one do this? I can't seem to piece together an example working with toLocalCoords on non-local objects...

r4dr3fr4d avatar Apr 10 '23 00:04 r4dr3fr4d