Part Cone: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Part_CreatePrimitives -> Part_Primitives)
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<translate>
<!--T:12-->
{{Docnav
|[[Part_Sphere|Sphere]]
|[[Part_Torus|Torus]]
|[[Part_Module|Part]]
|IconL=Part_Sphere.svg
|IconR=Part_Torus.svg
|IconC=Workbench_Part.svg
}}

<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Part Cone|MenuLocation=Part -> Cone||Workbenches=[[Part_Module|Part]], Complete|SeeAlso=[[Part_CreatePrimitives|Part CreatePrimitives]]}}
|Name=Part Cone
|MenuLocation=Part → Primitives → Cone
|Workbenches=[[Part_Module|Part]]
|SeeAlso=[[Part_Primitives|Part Primitives]]
}}


== Description ==
== Description == <!--T:17-->

<!--T:7-->
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.
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.


== How to use ==
== Usage == <!--T:18-->
In the workbench Part click on the cone icon [[Image:Part Cone.png|32px]].


<!--T:8-->
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.
# Open the {{Button|[[Image:Workbench_Part.svg|16px]] [[Part Workbench|Part]]}} Workbench.
# Invoke there Part Cone command several ways:
#* Press the [[Image:Part Cone.svg|24px]] [[Part Cone|Part Cone]] button
#* Use the {{MenuCommand|Part → Primitives → Cone}} entry from the top menu.


<!--T:9-->
== Options ==
'''Result:''' The default values create a truncated parametric cone, defined by {{incode|Radius1}}, {{incode|Radius2}}, {{incode|Height}}, and {{incode|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 == <!--T:10-->
{|
{|
| [[File:PartConeProperty_en.png]]
| [[File:PartConeProperty_en.png]]
|
|
{{KEY|Cone}}
{{KEY|Cone}}
*Radius 1 - radius of the arc or circle defining the lower face
* '''Radius 1:''' radius of the arc or circle defining the lower face
*Radius 2 - radius of the arc or circle defining the upper face
* '''Radius 2:''' radius of the arc or circle defining the upper face
*Height - the height of the Part Cone
* '''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.
* '''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.

|}
|}


<!--T:6-->
[[File:Otherwisedefault270degree_Part_Cone.png]]


<!--T:5-->
<!--T:5-->
The image below shows a Part Cone with the parameter "Angle" set to 270 degrees and all other parameters are at their default values.
{{Caption|Above: shows a Part Cone with the parameter "Angle" set to 270 degrees and all other parameters are at their default values.}}


<!--T:6-->
==Scripting== <!--T:16-->
[[File:Otherwisedefault270degree_Part_Cone.png]]



<!--T:13-->
{{Docnav
|[[Part_Sphere|Sphere]]
|[[Part_Torus|Torus]]
|[[Part_Module|Part]]
|IconL=Part_Sphere.svg
|IconR=Part_Torus.svg
|IconC=Workbench_Part.svg
}}


</translate>
</translate>
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}
<languages/>

Revision as of 17:11, 19 November 2020

Part Cone

Menu location
Part → 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. Open the Part Workbench.
  2. Invoke there Part Cone command several ways:
    • Press the Part Cone button
    • Use the Part → Primitives → Cone entry from the top menu.

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