Copying Objects/it: Difference between revisions

From FreeCAD Documentation
(altri metodi)
(Updating to match new version of source page)
Line 1: Line 1:
==Overview==
<translate>
A facility to duplicate objects (paragraphs, spreadsheet cells, images, etc) is present in most applications. FreeCAD is no exception. [[Document_structure|Document]] objects may be freely copied within a document or between documents using the [[Std_Copy|Copy]], [[Std_Paste|Paste]] and [[Std_Duplicate_Selection|Duplicate Selection]] commands.
=Copiare oggetti=
==Descrizione==
==Copying Linked Objects==
Nella maggior parte delle applicazioni è presente una funzionalità per duplicare gli oggetti (paragrafi, celle di fogli di calcolo, immagini, ecc). FreeCAD non fa eccezione. Gli oggetti di un documento possono essere copiati liberamente all'interno dello stesso documento o tra documenti diversi utilizzando i comandi [[Std_Copy/it|Copia]], [[Std_Paste/it|Incolla]] e [[Std_Duplicate_Selection/it|Duplica la selezione]].
[[Document_structure|Document]] objects may be linked to other objects (for example, a Pad feature is linked to it's Sketch, and a Fusion feature is linked to it's component objects). This means that some care must be exercised in selecting objects to copy.
<br>
==Copia di oggetti collegati==
Gli oggetti di un [[Document_structure/it|Documento]] possono essere collegati ad altri oggetti (ad esempio, una funzione di estrusione è legata al suo schizzo e una fusione è legata ai suoi componenti). Per questo gli oggetti da copiare vanno selezionati con attenzione.


If an object is selected without it's children, those children are not automatically duplicated by Copy/Paste or Duplicate Selection. In this case, the copied object may exhibit unexpected behaviour due to expected links not being present.
Se viene selezionato un oggetto senza selezionare i suoi figli, i figli non sono duplicati automaticamente dal comando Copia/Incolla o Duplica Selezione. In questo caso, l'oggetto copiato può avere un comportamento imprevisto a causa dei collegamenti mancanti.


In general, recommended practice is to select all dependent objects when copying a parent object.
In generale, durante la copia di un oggetto genitore si raccomanda di selezionare anche tutti gli oggetti dipendenti.
<br>
==Finding and Positioning Pasted Object(s)==
==Trovare e Posizionare un oggetto duplicato==
After the Copy/Paste operation, it may not be obvious where the new object(s) are located in the Document window. That is because the new object has the same [[Placement|Placement]] property as the original. Toggle the Visibility property (spacebar) to hide the original. Then use the Placement dialog to move the copy to it's correct position.
Dopo l'operazione di copia/incolla, il nuovo oggetto può non essere visibile nella finestra del documento. Questo succede perché il nuovo oggetto ha la stessa proprietà [[Placement/it|Placement]] dell'originale. Commutare la proprietà Visibility dell'oggetto originale con la barra spaziatrice per nasconderlo. Quindi utilizzare la finestra di Posizionamento per spostare la copia nella sua posizione corretta.


==Altri metodi==
==Other Methods==
Like most things in FreeCAD, there are many ways of making a copy. For more ideas, look at:
Come per la maggior parte delle operazioni, anche per fare le copie, in FreeCAD ci sono molti modi. Per ulteriori idee, vedere:
* PartDesign: [[PartDesign_Mirrored/it|Rifletti]], [[PartDesign_LinearPattern/it|Schiera lineare]], [[PartDesign_PolarPattern/it|Schiera polare]], [[PartDesign_MultiTransform/it|Multi Trasformazione]]
* PartDesign: [[PartDesign_Mirrored|Mirror]], [[PartDesign_LinearPattern|Linear Pattern]], [[PartDesign_PolarPattern|Polar Pattern]], [[PartDesign_MultiTransform|MultiTransform]]
* Part: [[Part_Mirror/it|Specchia]]
* Part: [[Part_Mirror|Mirror]]
* Draft: [[Draft_Array/it|Schiera]],[[Draft_Clone/it|Clona]]
* Draft: [[Draft_Array|Array]],[[Draft_Clone|Clone]]
==Note==
==Notes==
* In v0.14+, se un oggetto da copiare è collegato a oggetti non selezionati, FreeCAD chiede se gli oggetti non selezionati devono essere inclusi nell'operazione di copia.
* In v0.14+, if an object to be copied has links to object(s) not in the selection, FreeCAD will ask if the unselected objects should be included in the copy operation.


==Altro==
==More==
* [[Std_Copy/it|Copia]]
* [[Std_Copy|Copy]]
* [[Std_Paste/it|Incolla]]
* [[Std_Paste|Paste]]
* [[Std_Duplicate_Selection/it|Duplica la selezione]]
* [[Std_Duplicate_Selection|Duplicate Selection]]


<languages/>
</translate>
<br>
{{languages/it | {{en|Copying_Objects}}}}


[[Category:User Documentation/it]]
[[Category:User Documentation]]

Revision as of 21:40, 1 December 2013

Overview

A facility to duplicate objects (paragraphs, spreadsheet cells, images, etc) is present in most applications. FreeCAD is no exception. Document objects may be freely copied within a document or between documents using the Copy, Paste and Duplicate Selection commands.

Copying Linked Objects

Document objects may be linked to other objects (for example, a Pad feature is linked to it's Sketch, and a Fusion feature is linked to it's component objects). This means that some care must be exercised in selecting objects to copy.

If an object is selected without it's children, those children are not automatically duplicated by Copy/Paste or Duplicate Selection. In this case, the copied object may exhibit unexpected behaviour due to expected links not being present.

In general, recommended practice is to select all dependent objects when copying a parent object.

Finding and Positioning Pasted Object(s)

After the Copy/Paste operation, it may not be obvious where the new object(s) are located in the Document window. That is because the new object has the same Placement property as the original. Toggle the Visibility property (spacebar) to hide the original. Then use the Placement dialog to move the copy to it's correct position.

Other Methods

Like most things in FreeCAD, there are many ways of making a copy. For more ideas, look at:

Notes

  • In v0.14+, if an object to be copied has links to object(s) not in the selection, FreeCAD will ask if the unselected objects should be included in the copy operation.

More