Macro HighlightDifference: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Add file link.)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{Macro|Icon=Text-x-python|Name=HightlightDifference|Description=Compute the difference between two shapes|Author=Gaël Ecorchard}}
{{Macro|Icon=HighlightDifference|Name=HightlightDifference|Description=Compute the difference between two shapes|Author=Gaël Ecorchard}}


<!--T:2-->
<!--T:2-->

Revision as of 12:26, 24 September 2015

File:HighlightDifference HightlightDifference

Description
Compute the difference between two shapes

Author: Gaël Ecorchard
Author
Gaël Ecorchard
Download
None
Links
Macro Version
1.0
Date last modified
None
FreeCAD Version(s)
None
Default shortcut
None
See also
None

Compute the difference between two shapes. Additions are marked red, removals are marked green. Both original parts will be half transparent. The volume of the additions and removals are printed in the console.

The code is visible on Github: Utility/HighlightDifference.FCMacro.