Part Cone/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "# Переключитесь на 16px верстак Part # Существует несколько способов выз...")
No edit summary
Line 25: Line 25:
# Переключитесь на [[Image:Workbench_Part.svg|16px]] [[Part_Workbench/ru|верстак Part]]
# Переключитесь на [[Image:Workbench_Part.svg|16px]] [[Part_Workbench/ru|верстак Part]]
# Существует несколько способов вызова команды:
# Существует несколько способов вызова команды:
#* Нажмите на иконку конуса {{Button|[[Image:Part_Cone.svg|16px]]}} на панели инструментов.
#* Нажмите на иконку {{Button|[[Image:Part_Cone.svg|16px]]конуса}} на панели инструментов.
#* Выберите из меню {{MenuCommand|Деталь → Примитивы → [[Image:Part_Cone.svg|16px]] Конус}}.
#* Выберите из меню {{MenuCommand|Деталь → Примитивы → [[Image:Part_Cone.svg|16px]] Конус}}.



Revision as of 10:24, 24 April 2021

Конус

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

Описание

Параметрический усеченный конус доступен из панели инструментов верстака Part, через меню (подменю примитивы), диалогового окна Создать примитивы.

Использование

  1. Переключитесь на верстак Part
  2. Существует несколько способов вызова команды:
    • Нажмите на иконку конуса на панели инструментов.
    • Выберите из меню Деталь → Примитивы → Конус.


Result: The default values create a truncated parametric cone, defined by Radius1, Radius2, Height, and Angle parameters. The default cone will be positioned at origin (point 0,0,0) on creation. The angle parameter permits the creation of a portion of cone (it is set to 360° by default), and the radius 1 and 2 correspond to base and top radius of the truncated cone.

Options

Cone

  • Radius 1: radius of the arc or circle defining the lower face
  • Radius 2: radius of the arc or circle defining the upper face
  • Height: the height of the Part Cone
  • Angle: the number of degrees of the arc or circles defining the upper and lower faces of the truncated cone. The default 360 creates circular faces, a lower value will create a portion of a cone as defined by upper and lower faces each with edges defined by an arc of the number of degrees and two radii.

Above: shows a Part Cone with the parameter "Angle" set to 270 degrees and all other parameters are at their default values.

Scripting