-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot move arbitrary objects #2672
Comments
This dovetails nicely into the discussion about assemblies, because this and #2673 are pre-requisites to an assembly system and I think it would be prudent to keep assemblies in mind when designing this feature. |
Is there an existing engine command that does this? |
I think we discussed that |
As of July 29 (Slack thread), there has been some work in the engine on this, but it wasn't finished yet. |
@jtran does that complete this issue so it can be closed? Or is there outstanding work? |
The linked PR above is for the API. I would ask @benjamaan476 what the state of it is in the engine. |
This is my next job once offsets are in. The linked API work was a sketch of how it would work and was left up for review. I will revisit this. Also #4373 |
We need a simple move() function to move our objects around in 3D space, such as lines, arcs, entire sketches and finally 3D objects.
The text was updated successfully, but these errors were encountered: