Part Ellipse: Difference between revisions

From FreeCAD Documentation
m (png to svg)
m (shuffle content in to correct sections + added unfinished + added templates with {{#translation:}}}} outside of translation tags)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Part Ellipse|MenuLocation=Part → [[Part_CreatePrimitives|Create Primitives]] → Ellipse|Workbenches=[[Part Module|Part]], [[OpenSCAD_Module|OpenSCAD]]|SeeAlso=..}}
|Name=Part Ellipse
|MenuLocation=Part → [[Part_CreatePrimitives|Create Primitives]] → Ellipse
|Workbenches=[[Part Module|Part]], [[OpenSCAD_Module|OpenSCAD]]
|SeeAlso=[[Part_CreatePrimitives|Part CreatePrimitives]]
}}


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

An Ellipse geometric primitive is available from the Create Primitives dialogue in the Part workbench.
<!--T:5-->
This command will create a elliptical curved edge. With the default values, the elliptical curved edge will be closed and therefore will be an ellipse. If the properties Angle 1 or Angle 2 are changed from their default values (0 and 360) the edge will be an open curve.

== Usage ==


<!--T:4-->
<!--T:4-->
The Create Primitives dialogue can be accessed via the [[Part_CreatePrimitives|CreatePrimitives]] icon [[Image:Part_CreatePrimitives.svg|32px]] located in the Part menu or the Part toolbar, in the Part Workbench.
The Create Primitives dialogue can be accessed via the [[Part_CreatePrimitives|CreatePrimitives]] icon [[Image:Part_CreatePrimitives.svg|32px]] located in the Part menu or the Part toolbar, in the Part Workbench.


<!--T:5-->
This command will create a elliptical curved edge. With the default values, the elliptical curved edge will be closed and therefore will be an ellipse. If the properties Angle 1 or Angle 2 are changed from their default values (0 and 360) the edge will be an open curve.


==Properties== <!--T:6-->
==Properties== <!--T:6-->
Line 21: Line 29:
</translate>
</translate>
{{clear}}
{{clear}}

{{Part Tools navi{{#translation:}}}}

{{Userdocnavi{{#translation:}}}}

Revision as of 16:35, 18 February 2020

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Part Ellipse

Menu location
Part → Create Primitives → Ellipse
Workbenches
Part, OpenSCAD
Default shortcut
None
Introduced in version
-
See also
Part CreatePrimitives

Description

This command will create a elliptical curved edge. With the default values, the elliptical curved edge will be closed and therefore will be an ellipse. If the properties Angle 1 or Angle 2 are changed from their default values (0 and 360) the edge will be an open curve.

Usage

The Create Primitives dialogue can be accessed via the CreatePrimitives icon File:Part CreatePrimitives.svg located in the Part menu or the Part toolbar, in the Part Workbench.


Properties

  • Major radius: the major radius of the ellipse, the default value is 4
  • Minor radius: the minor radius of the ellipse, the default value is 2
  • Angle 1: start of the edge of the ellipse or elliptical curved edge, (degrees anti-clockwise), the default value is 0
  • Angle 2: end of the edge of the ellipse or elliptical curved edge, (degrees anti-clockwise), the default value is 360