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
I noticed basically all shape-like objects except the point ones have a move(d) function. Would it be possible to add this for Point as well?
Also, one additional question, but maybe that's not possible due to footprint matching. Would it be possible to add 0 as a default value for dx/dy? Rational being then (in python at least), you can do point.move(dy=500) without needing to specify dx and the other way around. This would be purely convenience, so if not easily achievable, that's totally okay!
The text was updated successfully, but these errors were encountered:
Hi Matthias,
I noticed basically all shape-like objects except the point ones have a
move(d)
function. Would it be possible to add this for Point as well?Also, one additional question, but maybe that's not possible due to footprint matching. Would it be possible to add 0 as a default value for
dx
/dy
? Rational being then (in python at least), you can dopoint.move(dy=500)
without needing to specifydx
and the other way around. This would be purely convenience, so if not easily achievable, that's totally okay!The text was updated successfully, but these errors were encountered: