KittyCAD / modeling-app

The KittyCAD modeling app.
https://kittycad.io/modeling-app/download
MIT License
363 stars 29 forks source link

Cannot move arbitrary objects #2672

Open lf94 opened 3 months ago

lf94 commented 3 months ago

We need a simple move() function to move our objects around in 3D space, such as lines, arcs, entire sketches and finally 3D objects.

franknoirot commented 3 months ago

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.

jtran commented 1 month ago

Is there an existing engine command that does this?

lf94 commented 1 month ago

I think we discussed that patternTransform is the one command that can but otherwise no.

jtran commented 1 month ago

As of July 29 (Slack thread), there has been some work in the engine on this, but it wasn't finished yet.

jtran commented 1 month ago