Part SimpleCopy/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{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 13: Line 14:
</div>
</div>


<span id="Description"></span>
==Introducere==
==Introducere==
Elimină istoricul piesei, astfel încât pașii diferiți pentru a crea piesa nu mai sunt accesibili / editabili de loc.
Elimină istoricul piesei, astfel încât pașii diferiți pentru a crea piesa nu mai sunt accesibili / editabili de loc.
Line 22: Line 24:
</div>
</div>


<span id="Usage"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
==Utilizare==
==Utilizare==
Line 39: Line 42:


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==

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

{{Code|code=
FreeCADGui.runCommand('Part_SimpleCopy')
}}

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]].




{{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 63: Line 55:
{{Part Tools navi{{#translation:}}}}
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 13:54, 16 November 2023

Part CreateSimpleCopy‏‎

poziția meniului
Part → Create simple copy
Ateliere
Part
scurtătură
nici unul
Prezentat în versiune
-
A se vedea, de asemenea,
Clone, Copy, Duplicate Selection

Introducere

Elimină istoricul piesei, astfel încât pașii diferiți pentru a crea piesa nu mai sunt accesibili / editabili de loc.

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

With Simple copy only a non-parametric simple solid is produced, so if you want to change anything you have to go back to your creation file or history fix the issue then create a new simple solid.

Utilizare

Mark part of choice in the tree view and choose Part → Create simple copy.

  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 DatePlacement property like any other Part Feature.

View

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