Manipulator Workbench: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
(21 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
<translate>


{{TOCright}}
<translate>
==Introduction== <!--T:1-->
==Introduction== <!--T:1-->

== FreeCAD '''Manipulator WorkBench''' == <!--T:2-->


<!--T:3-->
<!--T:3-->
Line 12: Line 12:


<!--T:5-->
<!--T:5-->
[[File:Aligner-ico.png]] '''Aligner:''' a set of tools to move and align 3D parts
[[File:Aligner-ico.png]] '''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.


<!--T:6-->
<!--T:6-->
Line 28: Line 28:
<!--T:10-->
<!--T:10-->
Each Tool has a '''Help Button''' [[File:Help-btn.png]] to get some useful tips
Each Tool has a '''Help Button''' [[File:Help-btn.png]] to get some useful tips

==Overview== <!--T:32-->
'''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 38: 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]


<!--T:27-->
<!--T:27-->
[[Image:Manipulator-WB-@Work.png]]
[[Image:Manipulator-WB-@Work.png|1024px |link=https://youtu.be/owGzsd1fyZc |alt=Manipulator-WB-@Work|Title Manipulator-WB-@Work]]


<!--T:28-->
<!--T:28-->
Line 106: Line 110:
* FreeCAD v0.17 >= 11707
* FreeCAD v0.17 >= 11707


== External workbenches == <!--T:33-->


<!--T:34-->
FreeCAD workbenches are easy to program in [[Python|Python]], there are therefore many people developing additional workbenches outside of the FreeCAD main developers.

<!--T:35-->
The [[external workbenches|external workbenches]] page has some information and tutorials on some of them, and the [https://github.com/FreeCAD/FreeCAD-addons FreeCAD Addons] project aims at gathering them and making them easily installable from within FreeCAD.

<!--T:36-->
New workbenches are in development, stay tuned!

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

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

<!--T:30-->
[[Category:User Documentation]]
</translate>
</translate>
{{clear}}
{{clear}}
<languages/>

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!