Manipulator Workbench/hr: Difference between revisions

From FreeCAD Documentation
(Created page with "Category:Addons/hr")
(Updating to match new version of source page)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>


[[Image:Manipulator_workbench_icon.svg|thumb|128px|Manipulator workbench icon]]


==Predstavljanje==
==Predstavljanje==


{{TOCright}}
[[File:Manipulator-ico.png]] '''Manipulator WB''' is aimed to help FreeCAD users in Aligning, Moving, Rotating and Measuring 3D objects through a friendly GUI.


The [[Manipulator_Workbench|Manipulator Workbench]] is an [[External_workbenches|external workbench]] aimed to help FreeCAD users with Aligning, Moving, Rotating and Measuring 3D objects through a friendly GUI. These series of tools help to Transform the placement and Measure objects and STEP models in FreeCAD.

<div class="mw-translate-fuzzy">
'''Obilježja:'''
'''Obilježja:'''
</div>


[[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.


[[File:Mover-ico.png]] '''Mover:''' a set of tools to move and rotate 3D parts on different Axis
[[File:Manipulator_Mover.svg]] '''Mover:''' a set of tools to move and rotate 3D parts on different Axis


[[File:Caliper-ico.png]] '''Caliper:''' a set of tools to measure 3D parts, with some Snap facility and Radius, Length, Angle measurements.
[[File:Manipulator_Caliper.svg]] '''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'''.
These helpers work with '''Part, App::Part and Body objects'''.
Line 22: Line 27:
==References==
==References==


* Author: Github: [https://github.com/easyw @easyw] | FreeCAD Forums: [https://forum.freecadweb.org/memberlist.php?mode=viewprofile&u=6387 easyw-fc]
* Author on github: [https://github.com/easyw @easyw]
* FreeCAD Forums: [https://forum.freecadweb.org/memberlist.php?mode=viewprofile&u=6387 easyw-fc]
* Source code on github: https://github.com/easyw/Manipulator
* Source code on github: https://github.com/easyw/Manipulator
* Forum announcements/discussion: https://forum.freecadweb.org/viewtopic.php?t=24742


==Alati==
== Tutorial ==


[[Image:Manipulator-WB-@Work.png|1024px|link=https://youtu.be/owGzsd1fyZc|alt=Manipulator-WB-@Work|Title Manipulator-WB-@Work]]
Detailed description [https://github.com/easyw/Manipulator/blob/master/README.md here]


[[Image:Manipulator-WB-@Work.png]]
{{Caption|YouTube Tutorial [https://youtu.be/owGzsd1fyZc Manipulator WorkBench @Work]}}


==Alati==

[[Image:Manipulator-WB-Tools.png]]
{{Caption|Above: Manipulator workbench dialog. For a more detailed description see [https://github.com/easyw/Manipulator/blob/master/README.md README.md] on Github.}}


YouTube Tutorial [https://youtu.be/owGzsd1fyZc Manipulator-WB-@Work]


=== Aligner ===
=== Aligner ===
[[Image:Manipulator-WB-Aligner.gif]]
[[Image:Manipulator-WB-Aligner.gif]]
{{Caption|Aligner: set of tools to move and align 3D parts; it can also align an object (face, edge, point) to the origin in FreeCAD}}
-----

=== Mover ===
=== Mover ===
[[Image:Manipulator-WB-Mover.gif]]
[[Image:Manipulator-WB-Mover.gif]]
{{Caption|Mover: set of tools to move and rotate 3D parts on different Axis}}



[[Image:Manipulator-WB-Mover-with-App_Part&Body.gif]]
[[Image:Manipulator-WB-Mover-with-App_Part&Body.gif]]
{{Caption|Mover: Using App:Part and Body}}



[[Image:Manipulator-WB-Mover-with-External-Reference.gif]]
[[Image:Manipulator-WB-Mover-with-External-Reference.gif]]
{{Caption|Mover: with External Reference}}
-----


=== Caliper ===
=== Caliper ===
[[Image:Manipulator-WB-Measure-Radius.gif]]
[[Image:Manipulator-WB-Measure-Radius.gif]]
{{Caption|Caliper: measuring Radius}}



[[Image:Manipulator-WB-Measure-Angles.gif]]
[[Image:Manipulator-WB-Measure-Angles.gif]]
{{Caption|Caliper: measuring Angles}}



[[Image:Manipulator-WB-Dimension.gif]]
[[Image:Manipulator-WB-Dimension.gif]]
{{Caption|Caliper: measuring Dimensions}}



[[Image:Manipulator-WB-Dimension-2.gif]]
[[Image:Manipulator-WB-Dimension-2.gif]]
{{Caption|Caliper: measuring Dimensions (cont.)}}



[[Image:Manipulator-WB-Parallel-Planes-Distance.gif]]
[[Image:Manipulator-WB-Parallel-Planes-Distance.gif]]
{{Caption|Caliper: parallel planes distance}}
-----


=== Manipulator ===
=== Manipulator ===

[[Image:Manipulator-WB-Assembly-Parts.gif]]
[[Image:Manipulator-WB-Assembly-Parts.gif]]


==Instalacija==
==Instalacija==


===Automatic installation===
===Automatic Installation===


The recommended way to install the Manipulator Workbench is via the [[Image:Std_AddonMgr.svg|24px|link=Std_AddonMgr]] [[Std_AddonMgr|Addon Manager]] under the {{MenuCommand|Tools → Addon Manager}} menu.
- automatically using the [https://github.com/FreeCAD/FreeCAD-addons FreeCAD Add-on Manager] (bundled in to 0.17 dev version under Tools Menu)


<div class="mw-collapsible mw-collapsed toccolours" style="width:600px">
===From GitHub===


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


If a manual install is necessary please follow the following instructions:
[https://github.com/easyw/Manipulator Manipulator github page]

<div class="mw-collapsible-content">

* Copying the Manipulator source in to the {{FileName|Mod}} sub-directory of the FreeCAD application.

{{Code|code=
cd ~/.FreeCAD/Mod
git clone https://github.com/easyw/Manipulator Manipulator
}}
* Restart FreeCAD
</div> <!-- END of collapsible div. do not remove! -->
</div> <!-- END of collapsible div. do not remove! -->


=== Supports ===
=== Supports ===
Line 80: Line 110:
* FreeCAD v0.16 >= 6712
* FreeCAD v0.16 >= 6712
* FreeCAD v0.17 >= 11707
* FreeCAD v0.17 >= 11707
* FreeCAD v0.18+
* FreeCAD v0.19+

== History ==

The workbench evolved out of the [[Macro_Center_Align_Objects_with_Faces_or_Edges|Center Align Objects with Faces or Edges]] macro

== External workbenches ==

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

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.

New workbenches are in development, stay tuned!


{{Userdocnavi{{#translation:}}}}
[[Category:Addons/hr]]
[[Category:Addons{{#translation:}}]]
[[Category:External Workbenches{{#translation:}}]]
{{clear}}
{{clear}}

Latest revision as of 17:46, 11 November 2021

Manipulator workbench icon

Predstavljanje

The Manipulator Workbench is an external workbench aimed to help FreeCAD users with Aligning, Moving, Rotating and Measuring 3D objects through a friendly GUI. These series of tools help to Transform the placement and Measure objects and STEP models in FreeCAD.

Obilježja:

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

References

Tutorial

Manipulator-WB-@Work

YouTube Tutorial Manipulator WorkBench @Work


Alati

Above: Manipulator workbench dialog. For a more detailed description see README.md on Github.


Aligner

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

Mover

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

Mover: Using App:Part and Body

Mover: with External Reference


Caliper

Caliper: measuring Radius

Caliper: measuring Angles

Caliper: measuring Dimensions

Caliper: measuring Dimensions (cont.)

Caliper: parallel planes distance


Manipulator

Instalacija

Automatic Installation

The recommended way to install the Manipulator Workbench is via the Addon Manager under the Tools → Addon Manager menu.

Manual Installation

If a manual install is necessary please follow the following instructions:

  • Copying the Manipulator source in to the Mod sub-directory of the FreeCAD application.
cd ~/.FreeCAD/Mod 
git clone https://github.com/easyw/Manipulator Manipulator
  • Restart FreeCAD

Supports

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

History

The workbench evolved out of the Center Align Objects with Faces or Edges macro

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!