Translations:Mesh Workbench/14/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
* Делать '''двоичные''' операции над сетками
=== Булевы операции ===
** [[Mesh Union/ru|Union]]: объединить сетки
* [[Mesh Union/ru|Объединение]]: объединить сетки
** [[Mesh Intersection/ru|Intersection]]: выделить пересечение полигональных сеток
* [[Mesh Intersection/ru|Пересечение]]: выделить пересечение полигональных сеток
** [[Mesh Difference/ru|Difference]]: выполнить вычитание (вырезание) с полигональными сеток
* [[Mesh Difference/ru|Разность]]: выполнить вычитание (вырезание) из полигональных сеток

Latest revision as of 20:10, 9 May 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Mesh Workbench)
* Boolean
** [[Image:Mesh_Union.svg|32px]] [[Mesh_Union|Union]]: Creates a mesh object that is the union of two mesh objects.
** [[Image:Mesh_Intersection.svg|32px]] [[Mesh_Intersection|Intersection]]: Creates a mesh object that is the intersection of two mesh objects.
** [[Image:Mesh_Difference.svg|32px]] [[Mesh_Difference|Difference]]: Creates a mesh object that is the difference of two mesh objects.

Булевы операции