Part Wedge/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/ru |Name=Part Wedge |Name/ru=Part Wedge |MenuLocation=Part -> Создать примитивы... -> Клин |Workbenches=Part_Mo...")
 
(Updating to match new version of source page)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=Part Wedge
|Name=Part Wedge
Line 6: Line 8:
|SeeAlso=[[Part_CreatePrimitives|Создать примитивы...]]
|SeeAlso=[[Part_CreatePrimitives|Создать примитивы...]]
}}
}}
</div>


Create a parametric Wedge object. This Wedge defaults to a larger square base and a smaller square top.
Create a parametric Wedge object. This Wedge defaults to a larger square base and a smaller square top.
Line 40: Line 43:
*{{PropertyData|Z2 min/max}} : Top face Z axis span
*{{PropertyData|Z2 min/max}} : Top face Z axis span
|}
|}

=== More examples for wedges ===
[[File:Wedge_examples.png]]


{{clear}}
{{clear}}
<languages/>

Revision as of 22:27, 11 January 2019

Part Wedge

Системное название
Part Wedge
Расположение в меню
Part -> Создать примитивы... -> Клин
Верстаки
Part
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Создать примитивы...

Create a parametric Wedge object. This Wedge defaults to a larger square base and a smaller square top.

Default Size and Placement

Placement: The default orientation places the base in the XZ plane and the top outward in the Y axis direction. The default base corner is the 0,0,0 origin.

Base Face:

  • X : 10 mm
  • Z : 10 mm

Height:

  • Y : 0-10 mm

Top Face:

  • X : 2-8 mm
  • Z : 2-8 mm


Parametric Inputs

Using the default placement, the below inputs are:

  • ДанныеX min/max : Base face X axis span
  • ДанныеY min/max: Wedge height span
  • ДанныеZ min/max : Base face Z axis span
  • ДанныеX2 min/max : Top face X axis span
  • ДанныеZ2 min/max : Top face Z axis span

More examples for wedges