Part: Copia trasformata

From FreeCAD Documentation
Revision as of 09:11, 18 March 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Crea una copia modificata

Posizione nel menu
Part → Crea una copia → Crea una copia modificata
Ambiente
Part
Avvio veloce
Nessuno
Introdotto nella versione
0.19
Vedere anche
Copia semplice, Copia di un elemento, Affina forma

Descrizione

Copia modificata produce una copia non parametrica di un oggetto che è stato spostato dalla sua posizione originale.

Per produrre altre copie non parametriche utilizzare Copia semplice, Copia elemento, o Affina forma.

Utilizzo

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

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.

Scripting

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

FreeCADGui.runCommand('Part_TransformedCopy')

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.