You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when eachpoint() is called with useLocalCoordinates=False, it manipulates/transforms (p * loc) the object's location before passing it on to the callback function:
Here's what the docs say
eachpoint()
should do:cadquery/cadquery/cq.py
Lines 2440 to 2441 in a5fadeb
When
each()
is called withuseLocalCoordinates=False
, it does no manipulation of the object before passing it on to the callback function:cadquery/cadquery/cq.py
Line 2423 in a5fadeb
but when
eachpoint()
is called withuseLocalCoordinates=False
, it manipulates/transforms (p * loc
) the object's location before passing it on to the callback function:cadquery/cadquery/cq.py
Line 2479 in a5fadeb
I guess it probably shouldn't do that.
The text was updated successfully, but these errors were encountered: