Part Cone: Difference between revisions

From FreeCAD Documentation
(Part_CreatePrimitives -> Part_Primitives)
No edit summary
Line 14: Line 14:
{{GuiCommand
{{GuiCommand
|Name=Part Cone
|Name=Part Cone
|MenuLocation=Part → Primitives → Cone
|MenuLocation=Part → Primitives → Cone<br>
or<br>
Part → Creates primitives... → Cone
|Workbenches=[[Part_Module|Part]]
|Workbenches=[[Part_Module|Part]]
|SeeAlso=[[Part_Primitives|Part Primitives]]
|SeeAlso=[[Part_Primitives|Part Primitives]]
Line 27: Line 29:


<!--T:8-->
<!--T:8-->
# Open the {{Button|[[Image:Workbench_Part.svg|16px]] [[Part Workbench|Part]]}} Workbench.
# Switch to the [[Image:Workbench_Part.svg|16px]] [[Part_Workbench|Part Workbench]]
# Invoke there Part Cone command several ways:
# Invoke the command several ways:
#* Press the [[Image:Part Cone.svg|24px]] [[Part Cone|Part Cone]] button
#* Press the {{Button|[[Image:Part_Cone.svg|16px]]}} button in the toolbar.
#* Use the {{MenuCommand|Part → Primitives → Cone}} entry from the top menu.
#* Select the {{MenuCommand|Part → Primitives → [[Image:Part_Cone.svg|16px]] Cone}} from the menu bar.
#* Select {{MenuCommand|Part → Creates primitives...}} then choose {{MenuCommand|[[Image:Tree_Part_Cone_Parametric.svg|16px]] Cone}} from the Geometric Primitives task panel.



<!--T:9-->
<!--T:9-->

Revision as of 21:05, 8 February 2021

Part Cone

Menu location
Part → Primitives → Cone

or
Part → Creates primitives... → Cone

Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Part Primitives

Description

A parametric truncated Part Cone primitive is available in the Part workbench from the Part tool bar, Part menu (primitives sub-menu) and the Create Primitives dialogue.

Usage

  1. Switch to the Part Workbench
  2. Invoke the command several ways:
    • Press the button in the toolbar.
    • Select the Part → Primitives → Cone from the menu bar.
    • Select Part → Creates primitives... then choose Cone from the Geometric Primitives task panel.


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