Part TransformedCopy/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "Część: Przekształcona kopia")
 
(Updating to match new version of source page)
Line 39: Line 39:


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 TransformedCopy''' command can be applied after selecting one or more objects in the [[Tree_view|Tree view]]:

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

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





Revision as of 10:55, 18 September 2021

Ta dokumentacja nie jest ukończona. Prosimy o pomoc w tworzeniu dokumentacji.

Strona Model polecenia GUI wyjaśnia jak powinny być dokumentowane polecenia. Przejrzyj stronę Category:UnfinishedDocu, aby zobaczyć więcej niekompletnych stron, takich jak ta. Zobacz stronę Category:Command Reference aby poznać wszystkie komendy.

Zobacz stronę wytycznych Wikidla FreeCAD aby dowiedzieć się, jak edytować strony Wiki, i przejdź do strony Pomóż w rozwoju FreeCAD, aby dowiedzieć się o innych sposobach, w jakie możesz wnieść swój wkład.

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

View

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