Manipulator Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
(2 intermediate revisions by the same user not shown)
Line 30: Line 30:


==Overview== <!--T:32-->
==Overview== <!--T:32-->
'''WebTools''' is an [[External workbenches|external workbench]] containing a series of tools to communicate with Web services from within FreeCAD.
'''Manipulator Workbench''' is an [[External workbenches|external workbench]] containing a series of tools to Transform the placement and Measure objects and STEP models in FreeCAD.


==References== <!--T:11-->
==References== <!--T:11-->
Line 41: Line 41:


<!--T:14-->
<!--T:14-->
[[Image:Manipulator-WB-Tools.png]]
Detailed description [https://github.com/easyw/Manipulator/blob/master/README.md here]
Detailed description [https://github.com/easyw/Manipulator/blob/master/README.md here]



Revision as of 21:02, 8 July 2019

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!