Part ElementCopy/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "==Свойства==")
(Updating to match new version of source page)
Line 42: Line 42:


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

==Программирование==

The '''Part ElementCopy''' command can be applied after selecting one or more objects in the [[Tree_view|Tree view]]:

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

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

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 ElementCopy

Системное название
Part ElementCopy
Расположение в меню
Part → Create a copy → Create shape element copy
Верстаки
Part
Быстрые клавиши
Нет
Представлено в версии
0.19
См. также
SimpleCopy, TransformedCopy, RefineShape

Описание

Part ElementCopy produces a non-parametric copy of a sub-element of a particular object, that is, of a vertex, edge, or face.

To produce complete non-parametric copies of the objects use Simple Copy, Transformed Copy, or RefineShape

Применение

  1. Select a vertex, edge, or face of an object for which you wish to make a copy.
  2. Go to the menu Part → Create a copy → Create shape element copy.

Свойства

Данные

The copy has a simple ДанныеPlacement property like any other Part Feature.

Вид

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