Part Mirror/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "==Описание==")
(Created page with "'Зеркальное отражение' - этот инструмент создаёт новый объект (изображение), которое является от...")
Line 20: Line 20:
==Описание==
==Описание==


'Зеркальное отражение' - этот инструмент создаёт новый объект (изображение), которое является отражением исходного объекта (источника). Объект отражения создаётся за зеркальной плоскостью. Плоскостью зеркального отражения может быть стандартная ('''XY''', '''YZ''' или '''XZ''') или любой другой плоскостью, параллельной стандартной плоскости.
'Mirror Object' - This tool creates a new object (image) which is a reflection of the original object (source). The image object is created behind a mirror plane. The mirror plane may be standard plane ('''XY''', '''YZ''', or '''XZ'''), or any plane parallel to a standard plane.


Пример:
Пример:

Revision as of 12:08, 20 June 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 Mirror
Расположение в меню
Деталь -> Зеркальное отражение...
Верстаки
Part(Деталь)
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

Описание

'Зеркальное отражение' - этот инструмент создаёт новый объект (изображение), которое является отражением исходного объекта (источника). Объект отражения создаётся за зеркальной плоскостью. Плоскостью зеркального отражения может быть стандартная (XY, YZ или XZ) или любой другой плоскостью, параллельной стандартной плоскости.

Пример:

Перед
После (Отражено по плоскости YZ)

Usage

  1. Select the source object from the Mirroring Panel list.
  2. Select a standard Mirror plane from the dropdown menu.
  3. Press OK to create the image object.

Options

The Base point boxes can be used to move the mirror plane parallel to the selected standard mirror plane. Only one of the X, Y, or Z boxes is effective for a given standard plane.

Standard Plane Base Point Box Effect
XY Z Move mirror plane along Z axis.
XY X, Y No effect.
XZ Y Move mirror plane along Y axis.
XZ X, Z No effect.
YZ X Move mirror plane along X axis.
YZ Y, Z No effect.

Limitations

  • Arbitrary mirror planes (ie not parallel to a standard plane) are not supported.