PartDesign Pad/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "==Описание==")
(Updating to match new version of source page)
 
(63 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav/ru
{{Docnav/ru
|[[PartDesign_Clone/ru|Создать клон]]
|[[PartDesign_Clone/ru|Создать клон]]
Line 12: Line 13:
|Name/ru=Выдавливание
|Name/ru=Выдавливание
|Name=PartDesign_Pad
|Name=PartDesign_Pad
|MenuLocation=Part Design → Create an additive feature → Выдавливание
|MenuLocation=Part Design → Аддитивные преобразования → Выдавливание
|Workbenches=[[PartDesign_Workbench/ru|PartDesign]]
|Workbenches=[[PartDesign_Workbench/ru|PartDesign]]
|SeeAlso=[[PartDesign_Pocket/ru|Вырез]]
|SeeAlso=[[PartDesign_Pocket/ru|Вырез]]
}}
}}


<span id="Description"></span>
==Описание==
==Описание==


Инструмент '''Выдавливание''' вытягивает эскиз или грань твёрдого тела по прямой траектории.
The {{Button|[[Image:PartDesign_Pad.svg|16px]] [[PartDesign_Pad|PartDesign Pad]]}} tool extrudes a sketch into a solid in a direction normal to the sketch plane. As of {{VersionPlus|0.17}} faces on the solid can also be used.


[[File:PartDesign Pad example.svg|none]]
[[File:PartDesign Pad example.svg|none]]


''Эскиз (А) показан слева; конечный результат после операции выдавливания (B) справа.''
''Sketch (A) shown on the left; end result after pad operation (B) on the right.''


<span id="Usage"></span>
'''Note:''' {{VersionMinus|0.16}} If the selected sketch is mapped to the face of an existing solid or another Part Design feature, the pad will be fused to it.
==Применение==


<div class="mw-translate-fuzzy">
==Usage==
# Выберите один эскиз или грань для выдавливания. {{Version/ru|0.20}}: Можно также выбрать несколько эскизов или граней.
# Нажмите кнопку {{Button|[[Image:PartDesign_Pad.svg|16px]] [[PartDesign_Pad/ru|Выдавливание]]}}.
# Установите параметры Выдавливания, смотрите [[#Options|Опции]] ниже.
# Нажмите {{Button|OK}}.
</div>


<span id="Options"></span>
# Select the sketch to be padded. '''Note:''' As of {{VersionPlus|0.17}} a face on the existing solid can alternatively be used.
==Опции==
# Press the {{Button|[[Image:PartDesign_Pad.svg|16px]] '''Pad'''}} button.
# Set the Pad parameters, see the [[#Options|Options]] below.
# Click {{KEY|OK}}.


<div class="mw-translate-fuzzy">
==Options==
Когда производится выдавливание, появляется диалоговое окно '''Параметры выдавливания'''. Оно предлагает следующие настройки:

</div>
When creating a pad, the Combo view automatically switches to the Tasks pane, showing the '''Pad parameters''' dialog.


<div class="mw-translate-fuzzy">
[[Image:pad_parameters_cropped.png|frame|left]]
[[Image:pad_parameters_cropped.png|frame|left]]
</div>


===Type===
<span id="Type"></span>
=== Тип ===


<div class="mw-translate-fuzzy">
Type offers five different ways of specifying the length to which the pad will be extruded.
Тип предлагает пять различных способов задания протяжённости выдавливания:
</div>


====Dimension====
<span id="Dimension"></span>
====Размер====


Enter a numeric value for the length of the pad. The default direction for extrusion is away (outside of) the support, but it can be changed by ticking the '''Reversed''' option. Extrusions occur [http://en.wikipedia.org/wiki/Surface_normal normal] to the defining sketch plane. With the option '''Symmetric to plane''' the pad will extend half of the given length to either side of the sketch plane. Negative dimensions are not possible. Use the '''Reversed''' option instead.
Enter a numeric value for the '''Length''' of the pad. With the option '''Symmetric to plane''' the pad will extend half the given length to either side of the sketch or face.


<span id="To_last"></span>
====Two dimensions====
====К последнему====


This allows to enter a second length in which the pad should extend in the opposite direction (into the support). Again can be changed by ticking the '''Reversed''' option.
The pad will extend up to the last face of the support it encounters in its direction. If there is no support, an error message will appear.


<span id="To_first"></span>
====To last====
====К первому====


<div class="mw-translate-fuzzy">
The pad will extrude up to the last face of the support in the extrusion direction. If there is no support, an error message will appear.
Контур будет выдавлен до первой встречной грани детали в направлении выдавливания. Если такая грань не будет обнаружена, появится сообщение об ошибке.
</div>


<span id="Up_to_face"></span>
====To first====
====До грани====


The pad will extrude up to the first face of the support in the extrusion direction. If there is no support, an error message will appear.
The pad will extend up to a face. Press the {{Button|Select face}} button and select a face or a [[PartDesign_Plane|datum plane]] from the Body.


<span id="Two_dimensions"></span>
====Up to face====
====Два размера====


This allows to enter a second length in which the pad should extend in the opposite direction. The directions can be switched by checking the '''Reversed''' option.
The pad will extrude up to a face in the support that can be chosen by clicking on it. If there is no support, no selections will be accepted.


<span id="Offset_to_face"></span>
===Length===
=== Смещение к грани ===


Offset from face at which the pad will end. This option is only available if '''Type''' is '''To last''', '''To first''' or '''Up to face'''.
Defines the length of the pad. Multiple units can be used independently of the user's units preferences (m, cm, mm, nm, ft or ', in or ").


<span id="Length"></span>
=== Use custom direction ===
===Длина===


Defines the length of the pad. This option is only available if '''Type''' is '''Dimension''' or '''Two dimensions'''. The length is measured along the direction vector, or along the normal of the sketch or face. Negative values are not possible. Use the '''Reversed''' option instead.
{{Version|0.19}}
If checked, the pad direction will not be the normal vector of the sketch but the given vector. The pad length is however set according to the normal vector direction.


<span id="2nd_length"></span>
=== Length along sketch normal ===
=== 2-я длина ===


Defines the length of the pad in the opposite direction. This option is only available if '''Type''' is '''Two dimensions'''.
If checked, the pad length is measured along the sketch normal, otherwise along the custom direction. {{Version|0.20}}


<span id="Symmetric_to_plane"></span>
=== Offset to face ===
=== Симметрично плоскости ===


Offset from face in which the pad will end. This option is only available when '''Type''' is either '''To last''', '''To first''' or '''Up to face'''.
Check this option to extrude half the given length to either side of the sketch or face. This option is only available if '''Type''' is '''Dimension'''.


<span id="Reversed"></span>
=== Symmetric to plane ===
=== В обратную сторону ===


Меняет направление выдавливания на противоположное.
Tick the checkbox to extend half of the given length to either side of the sketch plane.


<span id="Direction"></span>
=== Reversed ===
===Направление===


<span id="Direction/edge"></span>
Reverses the direction of the pad.
==== Направление/ребро ====


Вы можете выбрать направление экструзии:
==Properties==


* '''Sketch normal''' or '''Face normal:''' The sketch or face is extruded in the direction of its normal. If you have selected several sketches or faces to be extruded, the normal of the first one will be used.
* {{PropertyData|Type}}: Type of ways how the pad will be extruded, see [[#Options|Options]].
* '''Select reference...:''' The sketch or face is extruded in the direction of a straight edge or a [[PartDesign_Line|datum line]] selected from the Body.
* {{PropertyData|Length}}: Defines the length of the pad, see [[#Options|Options]].
* '''Custom direction:''' The sketch or face is extruded in the direction of the specified vector.
* {{PropertyData|Length2}}: Second pad length in case the {{PropertyData|Type}} option '''TwoLengths''' is used, see [[#Options|Options]].
* {{PropertyData|Use Custom Vector}}: {{Version|0.19}} If checked, the pad direction will not be the normal vector of the sketch but the given vector, see [[#Options|Options]].
* {{PropertyData|Direction}}: {{Version|0.19}} Vector of the pad direction if {{PropertyData|Use Custom Vector}} is used.
* {{PropertyData|Along Sketch Normal}}: {{Version|0.20}} If ''true'', the pad length is measured along the sketch normal. Otherwise and if {{PropertyData|Use Custom Vector}} is used, it is measured along the custom direction.
* {{PropertyData|Up To Face}}: A face the pad will extrude up to, see [[#Options|Options]].
* {{PropertyData|Offset}}: Offset from face in which the pad will end. This is only taken into account if the {{PropertyData|Type}} option '''UpToLast''', '''UpToFirst''' or '''UpToFace''' is used.
* {{PropertyData|Refine}}: {{VersionPlus|0.17}} true or false. Cleans up residual edges left after the operation. This property is initially set according to the user's settings (found in ''Preferences → Part design → General → Model settings''). It can be manually changed afterwards. This property will be saved with the FreeCAD document.


<span id="Show_direction"></span>
==Limitations==
==== Показать направление ====


If checked, the pad direction will be shown. In case the pad uses a '''Custom direction''', it can be changed.
* Like all Part Design features, Pad creates a solid, thus the sketch must include a closed profile or it will fail with a ''Failed to validate broken face'' error. There can be multiple enclosed profiles inside a larger one, provided none intersect each other (for example, a rectangle with two circles inside it).
* The algorithm used for '''To First''' and '''To Last''' is:
** Create a line through the centre of gravity of the sketch
** Find all faces of the support cut by this line
** Choose the face where the intersection point is nearest/furthest from the sketch
: This means that the face that is found might not always be what you expected. If you run into this problem, use the '''Up to face''' type instead, and pick the face you want.
: For the very special case of extrusion to a concave surface, where the sketch is larger than this surface, extrusion will fail. This is a unresolved bug.
* {{VersionMinus|0.16}} There is no automatic cleanup, e.g. of adjacent planar surfaces into a single surface. You can fix this manually in the [[Image:Workbench_Part.svg|16px]] [[Part Workbench|Part workbench]] with {{Button|[[Image:Part_RefineShape.svg|16px]] [[Part RefineShape|Part RefineShape]]}} (which creates an unlinked, non-parametric solid) or with the {{Button|[[Image:OpenSCAD RefineShapeFeature.svg|16px]] [[OpenSCAD RefineShapeFeature|OpenSCAD RefineShapeFeature]]}} from the [[Image:Workbench_OpenSCAD.svg|16px]] [[OpenSCAD Workbench|OpenSCAD Workbench]] which creates a parametric feature.


<span id="Length_along_sketch_normal"></span>
==== Длина вдоль нормали эскиза ====


If checked, the pad length is measured along the sketch or face normal, otherwise along the custom direction.
{{Docnav

|[[PartDesign_Clone|Create a clone]]
<span id="Taper_angle"></span>
|[[PartDesign_Revolution|Revolution]]
=== Угол сужения ===
|[[PartDesign_Workbench|PartDesign]]

Tapers the pad in the extrusion direction by the given angle. A positive angle means the outer pad border gets wider. Note that inner structures receive the opposite taper angle. This is done to facilitate the design of molds and molded parts. This option is only available if '''Type''' is '''Dimension''' or '''Two dimensions'''.

<span id="2nd_taper_angle"></span>
=== 2-й угол сужения ===

Tapers the pad in the opposite extrusion direction by the given angle. See '''Taper angle'''. This option is only available if '''Type''' is '''Two dimensions'''.

<span id="Properties"></span>
==Свойства==

===Data===

{{TitleProperty|Pad}}

* {{PropertyData|Type|Enumeration}}: Defines how the pad will be extruded, see [[#Options|Options]].
* {{PropertyData|Length|Length}}: Defines the length of the pad, see [[#Options|Options]].
* {{PropertyData|Length2|Length}}: Second pad length in case the {{PropertyData|Type}} is '''TwoLengths''', see [[#Options|Options]].
* {{PropertyData|Use Custom Vector|Bool}}: If checked, the pad direction will not be the normal vector of the sketch but the given vector, see [[#Options|Options]].
* {{PropertyData|Direction|Vector}}: Vector of the pad direction if {{PropertyData|Use Custom Vector}} is used.
* {{PropertyData|Reference Axis|LinkSub}}
* {{PropertyData|Along Sketch Normal|Bool}}: If ''true'', the pad length is measured along the sketch normal. Otherwise and if {{PropertyData|Use Custom Vector}} is used, it is measured along the custom direction.
* {{PropertyData|Up To Face|LinkSub}}: A face the pad will extrude up to, see [[#Options|Options]].
* {{PropertyData|Offset|Length}}: Offset from face in which the pad will end. This is only taken into account if the {{PropertyData|Type}} option '''UpToLast''', '''UpToFirst''' or '''UpToFace''' is used.
* {{PropertyData|Taper Angle|Angle}}
* {{PropertyData|Taper Angle2|Angle}}

{{TitleProperty|Part Design}}

* {{PropertyData|Refine|Bool}}: True or false. Cleans up residual edges left after the operation. This property is initially set according to the user's settings (found in {{MenuCommand|Preferences → Part Design → General → Model settings}}).

{{TitleProperty|Sketch Based}}

* {{PropertyData|Profile|LinkSub}}
* {{PropertyData|Midplane|Bool}}
* {{PropertyData|Reversed|Bool}}
* {{PropertyData|Allow Multi Face|Bool}}

<span id="Limitations"></span>
==Ограничения==

<div class="mw-translate-fuzzy">
* Как и все элементы Part Design, Выдавливание создает твёрдое тело, поэтому эскиз должен содержать замкнутый профиль, иначе произойдет сбой с ошибкой ''Failed to validate broken face''.
* Алгоритм, используемый для выдавливания '''К первому''' и '''К последнему''':
** Создаёт линию через центр эскиза
** Находит все грани твёрдого тела, разрезанные этой линией.
** Выбирает грань, в которой точка пересечения находится ближе/дальше всего от эскиза
: Это означает, что найденная грань может быть не всегда такой, которую вы ожидали. Если вы столкнулись с этой проблемой, используйте вместо этого тип '''До грани''' и выберите нужную грань.
: Для особого случая выдавливания на вогнутую поверхность, где эскиз больше этой поверхности, выдавливание не выполняется. Это неразрешенная ошибка.
</div>



{{Docnav/ru
|[[PartDesign_Clone/ru|Создать клон]]
|[[PartDesign_Revolution/ru|Вращение]]
|[[PartDesign_Workbench/ru|Верстак "PartDesign"]]
|IconL=PartDesign_Clone.svg
|IconL=PartDesign_Clone.svg
|IconR=PartDesign_Revolution.svg
|IconR=PartDesign_Revolution.svg

Latest revision as of 10:27, 6 April 2024

Выдавливание

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

Описание

Инструмент Выдавливание вытягивает эскиз или грань твёрдого тела по прямой траектории.

Эскиз (А) показан слева; конечный результат после операции выдавливания (B) справа.

Применение

  1. Выберите один эскиз или грань для выдавливания. представлено в версии 0.20: Можно также выбрать несколько эскизов или граней.
  2. Нажмите кнопку Выдавливание.
  3. Установите параметры Выдавливания, смотрите Опции ниже.
  4. Нажмите OK.

Опции

Когда производится выдавливание, появляется диалоговое окно Параметры выдавливания. Оно предлагает следующие настройки:

Тип

Тип предлагает пять различных способов задания протяжённости выдавливания:

Размер

Enter a numeric value for the Length of the pad. With the option Symmetric to plane the pad will extend half the given length to either side of the sketch or face.

К последнему

The pad will extend up to the last face of the support it encounters in its direction. If there is no support, an error message will appear.

К первому

Контур будет выдавлен до первой встречной грани детали в направлении выдавливания. Если такая грань не будет обнаружена, появится сообщение об ошибке.

До грани

The pad will extend up to a face. Press the Select face button and select a face or a datum plane from the Body.

Два размера

This allows to enter a second length in which the pad should extend in the opposite direction. The directions can be switched by checking the Reversed option.

Смещение к грани

Offset from face at which the pad will end. This option is only available if Type is To last, To first or Up to face.

Длина

Defines the length of the pad. This option is only available if Type is Dimension or Two dimensions. The length is measured along the direction vector, or along the normal of the sketch or face. Negative values are not possible. Use the Reversed option instead.

2-я длина

Defines the length of the pad in the opposite direction. This option is only available if Type is Two dimensions.

Симметрично плоскости

Check this option to extrude half the given length to either side of the sketch or face. This option is only available if Type is Dimension.

В обратную сторону

Меняет направление выдавливания на противоположное.

Направление

Направление/ребро

Вы можете выбрать направление экструзии:

  • Sketch normal or Face normal: The sketch or face is extruded in the direction of its normal. If you have selected several sketches or faces to be extruded, the normal of the first one will be used.
  • Select reference...: The sketch or face is extruded in the direction of a straight edge or a datum line selected from the Body.
  • Custom direction: The sketch or face is extruded in the direction of the specified vector.

Показать направление

If checked, the pad direction will be shown. In case the pad uses a Custom direction, it can be changed.

Длина вдоль нормали эскиза

If checked, the pad length is measured along the sketch or face normal, otherwise along the custom direction.

Угол сужения

Tapers the pad in the extrusion direction by the given angle. A positive angle means the outer pad border gets wider. Note that inner structures receive the opposite taper angle. This is done to facilitate the design of molds and molded parts. This option is only available if Type is Dimension or Two dimensions.

2-й угол сужения

Tapers the pad in the opposite extrusion direction by the given angle. See Taper angle. This option is only available if Type is Two dimensions.

Свойства

Data

Pad

  • ДанныеType (Enumeration): Defines how the pad will be extruded, see Options.
  • ДанныеLength (Length): Defines the length of the pad, see Options.
  • ДанныеLength2 (Length): Second pad length in case the ДанныеType is TwoLengths, see Options.
  • ДанныеUse Custom Vector (Bool): If checked, the pad direction will not be the normal vector of the sketch but the given vector, see Options.
  • ДанныеDirection (Vector): Vector of the pad direction if ДанныеUse Custom Vector is used.
  • ДанныеReference Axis (LinkSub)
  • ДанныеAlong Sketch Normal (Bool): If true, the pad length is measured along the sketch normal. Otherwise and if ДанныеUse Custom Vector is used, it is measured along the custom direction.
  • ДанныеUp To Face (LinkSub): A face the pad will extrude up to, see Options.
  • ДанныеOffset (Length): Offset from face in which the pad will end. This is only taken into account if the ДанныеType option UpToLast, UpToFirst or UpToFace is used.
  • ДанныеTaper Angle (Angle)
  • ДанныеTaper Angle2 (Angle)

Part Design

  • ДанныеRefine (Bool): True or false. Cleans up residual edges left after the operation. This property is initially set according to the user's settings (found in Preferences → Part Design → General → Model settings).

Sketch Based

  • ДанныеProfile (LinkSub)
  • ДанныеMidplane (Bool)
  • ДанныеReversed (Bool)
  • ДанныеAllow Multi Face (Bool)

Ограничения

  • Как и все элементы Part Design, Выдавливание создает твёрдое тело, поэтому эскиз должен содержать замкнутый профиль, иначе произойдет сбой с ошибкой Failed to validate broken face.
  • Алгоритм, используемый для выдавливания К первому и К последнему:
    • Создаёт линию через центр эскиза
    • Находит все грани твёрдого тела, разрезанные этой линией.
    • Выбирает грань, в которой точка пересечения находится ближе/дальше всего от эскиза
Это означает, что найденная грань может быть не всегда такой, которую вы ожидали. Если вы столкнулись с этой проблемой, используйте вместо этого тип До грани и выберите нужную грань.
Для особого случая выдавливания на вогнутую поверхность, где эскиз больше этой поверхности, выдавливание не выполняется. Это неразрешенная ошибка.