Part ElementCopy/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "=== Данные ===")
(Created page with "Копия имеет простые свойства вида, аналогичные тем, что имеются у любых других Part Feature.")
 
(11 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{UnfinishedDocu{{#translation:}}}}
{{UnfinishedDocu{{#translation:}}}}


{{Docnav
{{Docnav/ru
|[[Part_TransformedCopy|TransformedCopy]]
|[[Part_TransformedCopy/ru|Создать преобразованную копию]]
|[[Part_RefineShape|RefineShape]]
|[[Part_RefineShape/ru|Улучшить форму]]
|[[Part_Workbench|Part]]
|[[Part_Workbench/ru|Верстак Part]]
|IconL=Part_TransformedCopy.svg
|IconL=Part_TransformedCopy.svg
|IconR=Part_RefineShape.svg
|IconR=Part_RefineShape.svg
Line 11: Line 11:
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name/ru=Создать копию элемента формы
|Name=Part ElementCopy
|Name/ru=Part ElementCopy
|Name=Part_ElementCopy
|MenuLocation=PartCreate a copyCreate shape element copy
|MenuLocation=ДетальСоздать копиюСоздать копию элемента формы
|Workbenches=[[Part Workbench/ru|Part]]
|Workbenches=[[Part_Workbench/ru|Part]]
|Version=0.19
|Version=0.19
|SeeAlso=[[Part_SimpleCopy/ru|SimpleCopy]], [[Part_TransformedCopy/ru|TransformedCopy]], [[Part_RefineShape/ru|RefineShape]]
|SeeAlso=[[Part_SimpleCopy/ru|Создать простую копию]], [[Part_TransformedCopy/ru|Создать преобразованную копию]], [[Part_RefineShape/ru|Улучшить форму]]
}}
}}
</div>


==Описание==
==Описание==
Line 33: Line 31:
# Go to the menu {{MenuCommand|Part → Create a copy → [[File:Part_ElementCopy.svg|16px]] [[Part_ElementCopy|Create shape element copy]]}}.
# Go to the menu {{MenuCommand|Part → Create a copy → [[File:Part_ElementCopy.svg|16px]] [[Part_ElementCopy|Create shape element copy]]}}.


==Свойства==
==Properties==


=== Данные ===
===Данные===


The copy has a simple {{PropertyData|Placement}} property like any other [[Part_Feature|Part Feature]].
Копия имеет простое свойство {{PropertyData|Placement}} , как и у любых других [[Part Feature/ru|Part Feature]].


=== View ===
===Вид===


Копия имеет простые свойства вида, аналогичные тем, что имеются у любых других [[Part Feature/ru|Part Feature]].
The copy has simple view properties like any other [[Part_Feature|Part Feature]].


==Scripting==


{{Docnav/ru
The '''Part ElementCopy''' command can be applied after selecting one or more objects in the [[Tree_view|Tree view]]:
|[[Part_TransformedCopy/ru|Создать преобразованную копию]]

|[[Part_RefineShape/ru|Улучшить форму]]
{{Code|code=
|[[Part_Workbench/ru|Верстак Part]]
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]].


{{Docnav
|[[Part_TransformedCopy|TransformedCopy]]
|[[Part_RefineShape|RefineShape]]
|[[Part_Workbench|Part]]
|IconL=Part_TransformedCopy.svg
|IconL=Part_TransformedCopy.svg
|IconR=Part_RefineShape.svg
|IconR=Part_RefineShape.svg

Latest revision as of 07:08, 24 August 2022

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
Быстрые клавиши
Нет
Представлено в версии
0.19
См. также
Создать простую копию, Создать преобразованную копию, Улучшить форму

Описание

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.

Свойства

Данные

Копия имеет простое свойство ДанныеPlacement , как и у любых других Part Feature.

Вид

Копия имеет простые свойства вида, аналогичные тем, что имеются у любых других Part Feature.