Macro HighlightCommon: Difference between revisions

From FreeCAD Documentation
(add link of forum)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:4-->
{{Macro|Icon=Text-x-python|Name=HightlightCommon|Description=Highlight common parts|Author=JMG}}
{{Macro|Icon=Text-x-python|Name=HightlightCommon|Description=Highlight common parts|Author=JMG}}
</translate>
</translate>
<translate>
<translate>
==Description==
==Description== <!--T:5-->
Highlight common parts by showing the common shape in red and setting half-transparency on original parts (the original objects are not modified)
Highlight common parts by showing the common shape in red and setting half-transparency on original parts (the original objects are not modified)


<!--T:6-->
[[File:Captura de pantalla de 2015-09-10 11-17-30.png|Volume common of objects selected]]
[[File:Captura de pantalla de 2015-09-10 11-17-30.png|Volume common of objects selected]]
</translate>
</translate>
<translate>
<translate>
==Script==
==Script== <!--T:7-->
'''Macro_HighlightCommon.FCMacro'''
'''Macro_HighlightCommon.FCMacro'''


<!--T:8-->
The code is visible on Github: [https://github.com/FreeCAD/FreeCAD-macros/blob/master/Utility/HighlightCommon.FCMacro Utility/HighlightCommon.FCMacro].
The code is visible on Github: [https://github.com/FreeCAD/FreeCAD-macros/blob/master/Utility/HighlightCommon.FCMacro Utility/HighlightCommon.FCMacro].
</translate>
</translate>
<translate>
<translate>
==Links==
==Links== <!--T:9-->
My blog [http://linuxforanengineer.blogspot.com.es/ Linux for an engineer] for the code and other interesting macros for FreeCAD
My blog [http://linuxforanengineer.blogspot.com.es/ Linux for an engineer] for the code and other interesting macros for FreeCAD


<!--T:10-->
The discussion on forum [http://forum.freecadweb.org/viewtopic.php?f=22&t=12426 "collision detection", overlapping]
The discussion on forum [http://forum.freecadweb.org/viewtopic.php?f=22&t=12426 "collision detection", overlapping]



Revision as of 09:29, 25 September 2015

File:Text-x-python HightlightCommon

Description
Highlight common parts

Author: JMG
Author
JMG
Download
None
Links
Macro Version
1.0
Date last modified
None
FreeCAD Version(s)
None
Default shortcut
None
See also
None

Description

Highlight common parts by showing the common shape in red and setting half-transparency on original parts (the original objects are not modified)

Volume common of objects selected

Script

Macro_HighlightCommon.FCMacro

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

Links

My blog Linux for an engineer for the code and other interesting macros for FreeCAD

The discussion on forum "collision detection", overlapping

Other languages: