easyw / Manipulator

FreeCAD Manipulator WorkBench
61 stars 14 forks source link

move multiple pieces #7

Closed morganrallen closed 6 years ago

morganrallen commented 6 years ago

It would be great to be able to move multiple objects at the same time.

Ideally, to be able to

1) select objects from hierarchical view 2) use ctrl/shift to select multiple object 3) select and manipulate groups in hierarchy

Great tool, it's easier to use than Draft but slow because I can only seem to do one thing at a time.

easyw commented 6 years ago

Hi @morganrallen Manipulator can move a single object or all the objects in a hierarchy, by selecting an internal face/edge. The implemented logic for multiple objects is based on the top level container, where instead the the direction for the movement is determined by a single object edge/face.

Part Design Next container is the reference container used by the Mover, and this WB in general is aimed for assembling parts without adding constraints. You can find some tutorial here https://github.com/easyw/FreeCAD-tutorials

morganrallen commented 6 years ago

Ok thanks, I'll have another look

morganrallen commented 6 years ago

I see the issue, I was using a Group instead of a Part. Seems to work as expected. Thanks.