PartDesign Mirrored/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav/ru
|‎[[PartDesign SubtractiveWedge|Subtractive wedge]]
|‎[[PartDesign_SubtractiveWedge/ru|Субтрактивный клин]]
|[[PartDesign_LinearPattern|Linear Pattern]]
|[[PartDesign_LinearPattern/ru|Линейный массив]]
|[[PartDesign_Workbench|PartDesign]]
|[[PartDesign_Workbench/ru|Верстак PartDesign]]
|IconL=PartDesign SubtractiveWedge.png
|IconL=PartDesign_SubtractiveWedge.svg
|IconR=PartDesign_LinearPattern.svg
|IconC=Workbench_PartDesign.svg
|IconC=Workbench_PartDesign.svg
|IconR=PartDesign_LinearPattern.svg
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=PartDesign Mirrored
|Name/ru=Симметрия
|Name/ru=PartDesign Mirrored
|Name=PartDesign_Mirrored
|MenuLocation=Part Design → Apply a pattern → Симметрия
|Workbenches=[[PartDesign Workbench/ru|PartDesign]], Complete
|Workbenches=[[PartDesign_Workbench/ru|PartDesign]]
|MenuLocation=PartDesign → Симметрия
|SeeAlso=[[PartDesign_MultiTransform/ru|Множественное преобразование]]
}}
}}
</div>


==Описание==
==Description==


The '''Mirrored''' tool mirrors one feature on a plane. Starting with v0.17, it can mirror multiple features .
The [[Image:PartDesign_Mirrored.svg|24px]] '''PartDesign Mirrored''' tool mirrors one or more features.


[[File:PartDesign Mirrored example.svg]]
[[File:PartDesign Mirrored example.svg]]
{{Caption|Объект для создания отверстия, созданный на основе эскиза, содержащего окружность (A), используется для создания зеркально отраженного объекта. Вертикальная ось эскиза (B) используется для определения оси симметрии. Результат (C) показан справа.}}


==Применение==
{{Caption|Above: a Pocket feature was created from a sketch containing a circle (A), the Pocket was subsequently used to create a Mirrored feature. The sketch vertical axis (B) was used as axis of symmetry. The result (C) is shown on the right.}}


==Usage==
=== Create ===


# Optionally [[PartDesign_Body#Active_status|activate]] the correct Body.
# Select the feature(s) to be mirrored. Alternatively, the feature can be selected from a dialogue after step 2.
# Optionally select one or more features.
#: {{VersionMinus|0.16}} Only a single feature can be selected, and it must be the last one at the bottom of the feature tree.
# There are several ways to invoke the tool:
# Press the {{KEY|[[File:PartDesign_Mirrored.svg|24px]] '''Mirrored'''}} button.
#* Press the {{Button|[[Image:PartDesign_Mirrored.svg|16px]] [[PartDesign_Mirrored|Mirrored]]}} button.
# {{VersionPlus|0.17}} Press {{KEY|Add feature}} to add a feature to be mirrored. The feature must be visible in the [[3D view]]:
#* Select the {{MenuCommand|Part Design → Apply a pattern → [[Image:PartDesign_Mirrored.svg|16px]] Mirrored}} option from the menu.
## Switch to the Model tree;
# If there is no active Body, and there are two or more Bodies in the document, the {{MenuCommand|Active Body Required}} dialog will open and prompt you to activate one. If there is a single Body it will be activated automatically.
## Select in the tree the feature to be added and press {{KEY|spacebar}} to make it visible in the [[3D view]];
# If no features were selected the {{MenuCommand|Select feature}} [[Task_panel|task panel]] opens: select one or more (hold down the {{KEY|Ctrl}} key) from the list and press the {{Button|OK}} button.
## Switch back to the Tasks panel;
# The {{MenuCommand|Mirrored parameters}} [[Task_panel|task panel]] opens. See [[#Options|Options]] for more information.
## Select the feature in the 3D view; it will be added to the list.
# Press the {{Button|OK}} button to finish.
## Repeat to add other features.
# {{VersionPlus|0.17}} Press {{KEY|Remove feature}} to remove a feature from the list, or right-click on the feature in the list and select ''Remove''.
# Define the mirror plane. See [[#Options|Options]].
# Press {{KEY|OK}}.


==Options ==
=== Edit ===


# Do one of the following:
[[File:mirrored_parameters.png |frame|left|Mirrored parameters in v0.16 and below.]]
#* Double-click the Mirrored object in the [[Tree_view|Tree view]].
[[File:Mirrored parameters v017.png|frame|left|Mirrored parameters in v0.17 and above.]]
#* Right-click the Mirrored object in the [[Tree_view|Tree view]] and select {{MenuCommand|Edit Mirrored}} from the context menu.
# The {{MenuCommand|Mirrored parameters}} [[Task_panel|task panel]] opens. See [[#Options|Options]] for more information.
# Press the {{Button|OK}} button to finish.


===Plane ===
== Опции ==


* To add features:
When creating a mirrored feature, the '''Mirrored parameters''' dialog offers different ways of specifying the mirror line or plane .
*# Press the {{Button|Add feature}} button.
*# Select a feature in the [[Tree_view|Tree view]] or the [[3D_view|3D view]].
*# Repeat to add more features.
* To remove features:
*# Press the {{Button|Remove feature}} button.
*# Do one of the following:
*#* Select a feature in the [[Tree_view|Tree view]] or the [[3D_view|3D view]].
*#* Select a feature in the list and press the {{KEY|Del}} key.
*#* Right-click a feature in the list and select {{MenuCommand|Remove}} from the context menu.
*# Repeat to remove more features.
* If there are several features in the pattern, their order can be important. See [[PartDesign_PolarPattern#Ordering_features|PartDesign PolarPattern]].
* Specify the mirror {{MenuCommand|Plane}}:
** {{MenuCommand|Vertical sketch axis}}: The Y axis of the sketch (the plane passes through this reference and the Z axis of the sketch, only available for sketch-based features).
** {{MenuCommand|Horizontal sketch axis}}: The X axis of the sketch (idem).
** {{MenuCommand|Construction line #}}: A separate entry for each construction line in the sketch (idem).
** {{MenuCommand|Base XY plane}}: The XY plane of the Body.
** {{MenuCommand|Base YZ plane}}: The YZ plane of the Body.
** {{MenuCommand|Base XZ plane}}: The XZ plane of the Body.
** {{MenuCommand|Select reference...}}: Select a planar face in the [[3D_view|3D view]].
* If the {{MenuCommand|Update view}} checkbox is checked the view will update in real time.


==Ограничения==
====Horizontal sketch axis ====


Смотрите [[PartDesign_PolarPattern/ru#Ограничения|PartDesign Круговой массив]].
Uses the horizontal axis of the sketch as the axis of symmetry.


====Vertical sketch axis ====


{{Docnav/ru
Uses the vertical axis of the sketch as the axis of symmetry.
|‎[[PartDesign_SubtractiveWedge/ru|Субтрактивный клин]]

|[[PartDesign_LinearPattern/ru|Линейный массив]]
====Select reference... ====
|[[PartDesign_Workbench/ru|Верстак PartDesign]]

|IconL=PartDesign_SubtractiveWedge.svg
Allows you to select a plane (such as a face of an object) to use as a mirror plane .
|IconR=PartDesign_LinearPattern.svg

====Custom Sketch Axis ====

If the sketch which defines the feature to be mirrored also contains a construction line (or lines), then the drop down list will contain one custom sketch axis for each construction line. The first construction line will be labelled 'Sketch axis 0'. The image below is an example with the sketch in edit mode showing that it includes a construction line for use as the Mirrored axis.

[[Image:PartDesign_Mirrored_axis_fromconstructionlines.jpg|none]]

====Base (XY/XZ/YZ) plane ====

{{VersionPlus|0.17}} Select one of the Body Origin's standard planes (XY, XZ or YZ).

===Preview ===

The mirror result can be previewed in real time before clicking {{Button|OK}} by checking "Update view" .
{{clear}}

==Limitations==

* {{VersionMinus|0.16}} Only the last feature in the feature tree can be used for the Mirrored feature; therefore,
** it is not possible to choose more than one feature to be mirrored;
** it is not possible to select more features to add to the list view of original features .

* {{VersionMinus|0.16}} Once the Mirrored feature has been started or been completed, it is not possible to replace the original feature for a different one .

* The Mirrored feature cannot mirror a whole solid body. For that, see [[Part Mirror]] .

* The mirrored feature must intersect the solid (also called ''support'') it is based on, or the command will fail .


{{Docnav
|‎[[PartDesign SubtractiveWedge|Subtractive wedge]]
|[[PartDesign_LinearPattern|Linear Pattern]]
|[[PartDesign_Workbench|PartDesign]]
|IconL=PartDesign SubtractiveWedge.png
|IconC=Workbench_PartDesign.svg
|IconC=Workbench_PartDesign.svg
|IconR=PartDesign_LinearPattern.svg
}}
}}



Latest revision as of 14:57, 1 September 2022

Симметрия

Системное название
PartDesign_Mirrored
Расположение в меню
Part Design → Apply a pattern → Симметрия
Верстаки
PartDesign
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Множественное преобразование

Описание

The PartDesign Mirrored tool mirrors one or more features.

Объект для создания отверстия, созданный на основе эскиза, содержащего окружность (A), используется для создания зеркально отраженного объекта. Вертикальная ось эскиза (B) используется для определения оси симметрии. Результат (C) показан справа.

Применение

Create

  1. Optionally activate the correct Body.
  2. Optionally select one or more features.
  3. There are several ways to invoke the tool:
    • Press the Mirrored button.
    • Select the Part Design → Apply a pattern → Mirrored option from the menu.
  4. If there is no active Body, and there are two or more Bodies in the document, the Active Body Required dialog will open and prompt you to activate one. If there is a single Body it will be activated automatically.
  5. If no features were selected the Select feature task panel opens: select one or more (hold down the Ctrl key) from the list and press the OK button.
  6. The Mirrored parameters task panel opens. See Options for more information.
  7. Press the OK button to finish.

Edit

  1. Do one of the following:
    • Double-click the Mirrored object in the Tree view.
    • Right-click the Mirrored object in the Tree view and select Edit Mirrored from the context menu.
  2. The Mirrored parameters task panel opens. See Options for more information.
  3. Press the OK button to finish.

Опции

  • To add features:
    1. Press the Add feature button.
    2. Select a feature in the Tree view or the 3D view.
    3. Repeat to add more features.
  • To remove features:
    1. Press the Remove feature button.
    2. Do one of the following:
      • Select a feature in the Tree view or the 3D view.
      • Select a feature in the list and press the Del key.
      • Right-click a feature in the list and select Remove from the context menu.
    3. Repeat to remove more features.
  • If there are several features in the pattern, their order can be important. See PartDesign PolarPattern.
  • Specify the mirror Plane:
    • Vertical sketch axis: The Y axis of the sketch (the plane passes through this reference and the Z axis of the sketch, only available for sketch-based features).
    • Horizontal sketch axis: The X axis of the sketch (idem).
    • Construction line #: A separate entry for each construction line in the sketch (idem).
    • Base XY plane: The XY plane of the Body.
    • Base YZ plane: The YZ plane of the Body.
    • Base XZ plane: The XZ plane of the Body.
    • Select reference...: Select a planar face in the 3D view.
  • If the Update view checkbox is checked the view will update in real time.

Ограничения

Смотрите PartDesign Круговой массив.