Macro DeepCopy: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
{{Macro|Icon=Macro_DeepCopy|Name=DeepCopy|Description=Make a compound out of a part with a copy of all its shapes|Author=galou_breizh|Version=1.0|Date=2018-03-16}}
{{Macro|Icon=Macro_DeepCopy|Name=DeepCopy|Description=Make a compound out of a part with a copy of all its shapes|Author=galou_breizh|Version=1.0|Date=2018-03-16}}


<!--T:2-->
Select a part in the tree, run the macro and it will create a compound with a copy of all its shapes. The part hierarchy is lost as well as all the special functionalities of the children of the original part. For example subparts, bodies, sketches, ... will be lost and their shape will be copied.
Select a part in the tree, run the macro and it will create a compound with a copy of all its shapes. The part hierarchy is lost as well as all the special functionalities of the children of the original part. For example subparts, bodies, sketches, ... will be lost and their shape will be copied.


<!--T:3-->
[https://github.com/FreeCAD/FreeCAD-macros/blob/master/Conversion/DeepCopy.FCMacro code on github]
[https://github.com/FreeCAD/FreeCAD-macros/blob/master/Conversion/DeepCopy.FCMacro code on github]



Revision as of 10:33, 17 March 2018

File:Macro DeepCopy DeepCopy

Description
Make a compound out of a part with a copy of all its shapes

Macro version: 1.0
Last modified: 2018-03-16
Author: galou_breizh
Author
galou_breizh
Download
None
Links
Macro Version
1.0
Date last modified
2018-03-16
FreeCAD Version(s)
None
Default shortcut
None
See also
None

Select a part in the tree, run the macro and it will create a compound with a copy of all its shapes. The part hierarchy is lost as well as all the special functionalities of the children of the original part. For example subparts, bodies, sketches, ... will be lost and their shape will be copied.

code on github



Other languages: