Part TransformedCopy/pt-br: Difference between revisions

From FreeCAD Documentation
(Created page with "Criar cópia transformada")
 
(Updating to match new version of source page)
Line 5: Line 5:
|[[Part_SimpleCopy|SimpleCopy]]
|[[Part_SimpleCopy|SimpleCopy]]
|[[Part_ElementCopy|ElementCopy]]
|[[Part_ElementCopy|ElementCopy]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_SimpleCopy.svg
|IconL=Part_SimpleCopy.svg
|IconR=Part_ElementCopy.svg
|IconR=Part_ElementCopy.svg
Line 14: Line 14:
|Name=Part TransformedCopy
|Name=Part TransformedCopy
|MenuLocation=Part → Create a copy → Create transformed copy
|MenuLocation=Part → Create a copy → Create transformed copy
|Workbenches=[[Part_Module|Part]]
|Workbenches=[[Part_Workbench|Part]]
|Version=0.19
|Version=0.19
|SeeAlso=[[Part_SimpleCopy|Part SimpleCopy]], [[Part_ElementCopy|Part ElementCopy]], [[Part_RefineShape|Part RefineShape]]
|SeeAlso=[[Part_SimpleCopy|Part SimpleCopy]], [[Part_ElementCopy|Part ElementCopy]], [[Part_RefineShape|Part RefineShape]]
Line 55: Line 55:
|[[Part_SimpleCopy|SimpleCopy]]
|[[Part_SimpleCopy|SimpleCopy]]
|[[Part_ElementCopy|ElementCopy]]
|[[Part_ElementCopy|ElementCopy]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_SimpleCopy.svg
|IconL=Part_SimpleCopy.svg
|IconR=Part_ElementCopy.svg
|IconR=Part_ElementCopy.svg

Revision as of 13:23, 25 August 2021

Other languages:

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.

Part TransformedCopy

Menu location
Part → Create a copy → Create transformed copy
Workbenches
Part
Default shortcut
None
Introduced in version
0.19
See also
Part SimpleCopy, Part ElementCopy, Part RefineShape

Description

Part TransformedCopy produces a non-parametric copy of an object that has been displaced from its original position.

To produce other non-parametric copies use Simple Copy, ElementCopy, or RefineShape

Usage

  1. Select an object that you wish to copy.
  2. Go to the menu Part → Create a copy → Create transformed copy.

Properties

Data

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

View

The copy has simple view properties like any other 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.