Manipulator Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 121: Line 121:
New workbenches are in development, stay tuned!
New workbenches are in development, stay tuned!


<!--T:31-->
{{Userdocnavi}}

<!--T:29-->
[[Category:Addons]]

<!--T:30-->
[[Category:User Documentation]]
</translate>
</translate>
{{Userdocnavi{{#translation:}}}}
[[Category:Addons{{#translation:}}]]
[[Category:User Documentation{{#translation:}}]]
{{clear}}
{{clear}}

Revision as of 21:12, 27 February 2020

Introduction

Manipulator WB is aimed to help FreeCAD users in Aligning, Moving, Rotating and Measuring 3D objects through a friendly GUI.

Features:

Aligner: a set of tools to move and align 3D parts; it can also align an object (face, edge, point) to the origin in FreeCAD.

Mover: a set of tools to move and rotate 3D parts on different Axis

Caliper: a set of tools to measure 3D parts, with some Snap facility and Radius, Length, Angle measurements.

These helpers work with Part, App::Part and Body objects.

The Tools can be Floating or Docked Left or Right.

Each Tool has a Help Button to get some useful tips

Overview

Manipulator Workbench is an external workbench containing a series of tools to Transform the placement and Measure objects and STEP models in FreeCAD.

References

Tools

Detailed description here

Manipulator-WB-@Work

YouTube Tutorial Manipulator-WB-@Work

Aligner


Mover




Caliper






Manipulator

Installation

Automatic installation

- automatically using the FreeCAD Add-on Manager (bundled in to 0.17 dev version under Tools Menu)

From GitHub

- manually by copying the Manipulator folder to the Mod sub-directory of the FreeCAD application.

Manipulator github page

Supports

  • FreeCAD v0.15 4671
  • FreeCAD v0.16 >= 6712
  • FreeCAD v0.17 >= 11707

External workbenches

FreeCAD workbenches are easy to program in Python, there are therefore many people developing additional workbenches outside of the FreeCAD main developers.

The external workbenches page has some information and tutorials on some of them, and the FreeCAD Addons project aims at gathering them and making them easily installable from within FreeCAD.

New workbenches are in development, stay tuned!