ExplodedAssembly Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 80: Line 80:
* Videos: [https://www.youtube.com/watch?v=lzYR7I2h7KQ] [https://www.youtube.com/watch?v=t72qdG772Q8&feature=youtu.be]
* Videos: [https://www.youtube.com/watch?v=lzYR7I2h7KQ] [https://www.youtube.com/watch?v=t72qdG772Q8&feature=youtu.be]
* Files: inside the workbench
* Files: inside the workbench
* Report bugs: Please report bugs at https://github.com/JMG1/ExplodedAssembly/issues


==Other useful links==
==Other useful links==


* [http://www.freecadweb.org/wiki/index.php?title=Sandbox:ExplodedAnimation ExplodedAnimation ]
* [xxxxxxxxxxx]:
* [http://www.freecadweb.org/wiki/index.php?title=Sandbox:ExplodedAnimation Sandbox:ExplodedAnimation ]
* [[Template:DevWorkbenches|DevWorkbenches]]: List of workbenches in development.
* [[Template:DevWorkbenches|DevWorkbenches]]: List of workbenches in development.
* [[Macros_recipes|Macros recipes]]






Revision as of 21:44, 30 May 2016

Introduction

FreeCAD workbench to create exploded views and animations of assemblies.

Features

  • Create nice explosions of assemblies graphically (no code at all!)
  • Create sub-exploded groups
  • Give rotation to screws and nuts for realistic disassembles
  • Use the provided auxiliary assembly tools to place your parts together
  • TODO feature: create trajectory from wires and sketches


References

Tools

Toolbar

Drop down menu

  • Create Bolt Group
  • Create Simple Group
  • Modify Individual Object Trajectory
  • Place Before
  • Explode To Selection
  • Assemble
  • Play Backwards
  • Stop Animation
  • Play Forward
  • Disassemble
  • Trajectory Visibility
  • Align To Edge
  • Rotate 90
  • Poin To Point
  • Place Concentrically

Other

Installation

Automatic installation

See Installing

From GitHub

Using git on Ubuntu & Mint:

That's all, the next time you launch FreeCAD the workbench should be incorporated automagically.

To install manually download this repository as ZIP and:

  • For Ubuntu, Mint and similar OS's, extract it inside /home/username/.FreeCAD/Mod
  • For Windows, extract it inside drive: \Users\your_user_name\AppData\Roaming\FreeCAD\Mod


Links to ExplodedAssembly WB

Other useful links