Part SimpleCopy/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 37: Line 37:
}}
}}


The selection can be manual (by using the mouse), or via the [[Python_console|Python Console]].<br>
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]].
To know more about selecting objects programmatically, refer to [[Selection_methods|Selection methods]].



Revision as of 10:23, 18 March 2021

Copia semplice

Posizione nel menu
Part → Crea una copia → Copia semplice
Ambiente
Part
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Clona, Copia, Duplica Selezione, Copia trasformata, Copia elemento, Affina forma

Descrizione

Crea una copia semplice‎ elimina lo storico della parte in modo che i diversi passaggi per creare la parte non siano più accessibili / modificabili

In alternativa, per produrre altre copie non parametriche utilizzare Copia trasformata, Copia elemento, e Affina forma.

Utilizzo

  1. Selezionare un oggetto del quale si desidera effettuare una copia.
  2. Andare nel menu Part → Crea una copia → Copia semplice.

Proprietà

Dati

La copia ha una semplice proprietà DatiPlacement come qualsiasi altra Part Feature.

Vista

La copia ha una semplice proprietà vista come qualsiasi altra Part Feature.

Script

The Part SimpleCopy‎ command can be applied after selecting one or more objects in the Tree view:

FreeCADGui.runCommand('Part_SimpleCopy')

The selection can be manual (by using the mouse), or via the Python console.
To know more about selecting objects programmatically, refer to Selection methods.