Macro Center Align Objects with Faces or Edges: Difference between revisions

From FreeCAD Documentation
(Easy constraint among non cylindrical parts)
No edit summary
Line 1: Line 1:
{{Macro|Icon=Macro_Center_Align_Objects_with_Faces_or_Edges|Name=Center Faces of Parts|Description=This macro Aligns Faces or Edges|Author=easyw-fc|Version=0.32 (11.2016)}}
{{Macro|Icon=Macro_Center_Align_Objects_with_Faces_or_Edges|Name=Center Faces of Parts|Description=This macro Aligns Objects through Faces or Edges constarints|Author=easyw-fc|Version=0.32 (11.2016)}}
==Description==
==Description==
This macro covers the following constraints:
This macro covers the following constraints:

Revision as of 17:48, 27 November 2016

File:Macro Center Align Objects with Faces or Edges Center Faces of Parts

Description
This macro Aligns Objects through Faces or Edges constarints

Macro version: 0.32 (11.2016)
Author: easyw-fc
Author
easyw-fc
Download
None
Links
Macro Version
0.32 (11.2016)
Date last modified
None
FreeCAD Version(s)
None
Default shortcut
None
See also
None

Description

This macro covers the following constraints:
- Concentric constraint among non cylindrical parts;
- Constraint on center Faces and/or Edges.

Use

Faces or Edges constraint among non cylindrical parts: Just open a FC document, launch the Macro and select two or more Faces/Edges to be aligned. Click on Align button and that's it! :)

Script

The Icon for you ToolBar

Macro_Center Faces of Parts.FCMacro

After downloading the file here
GitHub page
https://github.com/easyw/FreeCAD_Macros/blob/master/CenterAlignObjectswFacesEdges.py
code:
https://github.com/easyw/FreeCAD_Macros/raw/master/CenterAlignObjectswFacesEdges.py

you have to copy the file in your macro directory.
Here for How to install macros detailed

Link

Forum : Faces or Edges constraint among non cylindrical parts Macro