Part Cone/zh-cn: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav
{{Docnav
|[[Part_Box|Box]]
|[[Part_Sphere|Sphere]]
|[[Part_Cylinder|Cylinder]]
|[[Part_Torus|Torus]]
|[[Part_Module|Part]]
|[[Part_Module|Part]]
|IconL=Part_Box.svg
|IconL=Part_Sphere.svg
|IconR=Part_Torus.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_Cylinder.svg
}}
}}


Line 13: Line 13:
|MenuLocation=Part → Primitives → Cone
|MenuLocation=Part → Primitives → Cone
|Workbenches=[[Part_Module|Part]]
|Workbenches=[[Part_Module|Part]]
|SeeAlso=[[Part_CreatePrimitives|Part CreatePrimitives]]
|SeeAlso=[[Part_Primitives|Part Primitives]]
}}
}}


Line 54: Line 54:


==Scripting==
==Scripting==



{{Docnav
{{Docnav
|[[Part_Box|Box]]
|[[Part_Sphere|Sphere]]
|[[Part_Cylinder|Cylinder]]
|[[Part_Torus|Torus]]
|[[Part_Module|Part]]
|[[Part_Module|Part]]
|IconL=Part_Box.svg
|IconL=Part_Sphere.svg
|IconR=Part_Torus.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_Cylinder.svg
}}
}}



Revision as of 20:20, 1 December 2020

Part Cone

Menu location
Part → Primitives → Cone
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Part Primitives

Description

描述

在零件工作台中,可以通过零件工具栏、Part菜单(中的primitives子菜单)或Create Primitives(创建图元)对话框来创建参数化的截断零件圆锥图元。

Usage

如何使用

点击位于零件工作台中的图标

默认值是根据定义的两个半径radius1、radius2、高度以及角度参数来创建一个截断的参数化圆锥。默认的圆锥被创建在原点(point 0,0,0)处。角度参数确定了所创建的部分圆锥(默认设置值为360°), 而radius1与radius2则分别对应于截断圆柱体底部与顶部的半径。

选项

Cone

  • Radius 1 - 定义底面弧或圆的半径
  • Radius 2 - 定义顶面弧或圆的半径
  • Height - 零件圆锥体的高度
  • Angle - 定义截断圆锥体顶面与底面上弧或圆的角度值。默认值360创建的顶底皆为圆面,较小值将创建出不完整的部分圆锥,具体形状取决于实际角度与两个半径所定义的弧,乃至顶面与底面。

下图展示了"Angle"为270度且其他参数为默认值的效果。

Scripting