Part SimpleCopy: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:8-->
<!--T:8-->
{{Docnav
{{Docnav
|[[Part_ReverseShape|ReverseShape]]
|[[Part_ReverseShapes|ReverseShapes]]
|[[Part_TransformedCopy|TransformedCopy]]
|[[Part_TransformedCopy|TransformedCopy]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_ReverseShapes.svg
|IconL=Part_ReverseShape.svg
|IconR=Part_TransformedCopy.svg
|IconR=Part_TransformedCopy.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
Line 15: Line 16:
|Name=Part SimpleCopy‎
|Name=Part SimpleCopy‎
|MenuLocation=Part → Create a copy → Create simple copy
|MenuLocation=Part → Create a copy → Create simple copy
|Workbenches=[[Part_Module|Part]]
|Workbenches=[[Part_Workbench|Part]]
|SeeAlso=[[Std_Copy|Std Copy]], [[Std_DuplicateSelection|Std Duplicate Selection]], [[Part_TransformedCopy|Part TransformedCopy]], [[Part_ElementCopy|Part ElementCopy]], [[Part_RefineShape|Part RefineShape]]
|SeeAlso=[[Std_Copy|Std Copy]], [[Std_DuplicateSelection|Std Duplicate Selection]], [[Part_TransformedCopy|Part TransformedCopy]], [[Part_ElementCopy|Part ElementCopy]], [[Part_RefineShape|Part RefineShape]]
}}
}}
Line 44: Line 45:
<!--T:18-->
<!--T:18-->
The copy has simple view properties like any other [[Part Feature|Part Feature]].
The copy has simple view properties like any other [[Part Feature|Part Feature]].

==Scripting== <!--T:19-->

<!--T:20-->
The '''Part SimpleCopy'''‎ command can be applied after selecting one or more objects in the [[Tree_view|Tree view]]:

</translate>
{{Code|code=
FreeCADGui.runCommand('Part_SimpleCopy')
}}
<translate>

<!--T:21-->
The selection can be manual (by using the mouse), or via the [[Python_console|Python console]].<br>
To know more about selecting objects programmatically, refer to [[Selection_methods|Selection methods]].




<!--T:9-->
<!--T:9-->
{{Docnav
{{Docnav
|[[Part_ReverseShape|ReverseShape]]
|[[Part_ReverseShapes|ReverseShapes]]
|[[Part_TransformedCopy|TransformedCopy]]
|[[Part_TransformedCopy|TransformedCopy]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_ReverseShapes.svg
|IconL=Part_ReverseShape.svg
|IconR=Part_TransformedCopy.svg
|IconR=Part_TransformedCopy.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
Line 74: Line 60:
{{Part Tools navi{{#translation:}}}}
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 13:50, 16 November 2023

Part SimpleCopy‎

Menu location
Part → Create a copy → Create simple copy
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Std Copy, Std Duplicate Selection, Part TransformedCopy, Part ElementCopy, Part RefineShape

Description

Part SimpleCopy‎ produces a copy that has no parametric history; the steps and operations needed to create it aren't accessible any more.

Alternatively, to produce other non-parametric copies use Transformed Copy, Element Copy, and RefineShape

Usage

  1. Select an object for which you wish to make a copy.
  2. Go to the menu Part → Create a copy → Create simple copy.

Properties

Data

The copy has a simple DataPlacement property like any other Part Feature.

View

The copy has simple view properties like any other Part Feature.