cadquery
cadquery copied to clipboard
How to convert global coordinate tuple to local coordinates?
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...