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’d love to see the ability to write expressions in the coordinate fields like you can with dimensions in CAD sketches. I’m guessing you could use something like Jep Java.
Something like:
X: 3.5 + .67
As a stretch, have the ability to use user-defined constants such as lengths and points.
X: 3.5 + robotWidth
X: 3.5 + pointA.x
The text was updated successfully, but these errors were encountered:
I’d love to see the ability to write expressions in the coordinate fields like you can with dimensions in CAD sketches. I’m guessing you could use something like Jep Java.
Something like:
X: 3.5 + .67
As a stretch, have the ability to use user-defined constants such as lengths and points.
X: 3.5 + robotWidth
X: 3.5 + pointA.x
The text was updated successfully, but these errors were encountered: