Sketcher CreateArcOfEllipse: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Page_in_progress}}
<translate>
<translate>


Line 26: Line 25:


<!--T:7-->
<!--T:7-->
The [[Image:Sketcher_CreateArcOfEllipse.svg|24px]] [[Sketcher_CreateArcOfEllipse|Sketcher CreateArcOfEllipse]] tool creates an arc of ellipse by its center, an endpoint of one of its axes, and two points along the arc.
The [[Image:Sketcher_CreateArcOfEllipse.svg|24px]] [[Sketcher_CreateArcOfEllipse|Sketcher CreateArcOfEllipse]] tool creates an arc of ellipse.


</translate>
</translate>
[[Image:Sketcher_CreateArcOfEllipse_Example.png]]
[[Image:Sketcher_CreateArcOfEllipse_Example.png]]
<translate>
<translate>
<!--T:15-->
{{Caption|Arc of ellipse (white) with internal geometry (dark yellow)}}
{{Caption|Arc of ellipse (white) with internal geometry (dark yellow)}}


==Usage== <!--T:4-->
==Usage== <!--T:4-->


<!--T:16-->
See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].
See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].


<!--T:8-->
<!--T:8-->
# There are several ways to invoke the tool:
# There are several ways to invoke the tool:
#* Press the {{Button|[[Image:Sketcher_CreateArcOfEllipse.svg|16px]] [[Sketcher_CreateArcOfEllipse|Arc of ellipse by center, major radius, endpoints]]}} button.
#* Press the {{Button|[[Image:Sketcher_CreateArcOfEllipse.svg|16px]] [[Sketcher_CreateArcOfEllipse|Arc of ellipse by center, radius, endpoints]]}} button.
#* Select the {{MenuCommand|Sketcher → Sketcher geometries → [[Image:Sketcher_CreateArcOfEllipse.svg|16px]] Create arc of ellipse}} option from the menu.
#* Select the {{MenuCommand|Sketcher → Sketcher geometries → [[Image:Sketcher_CreateArcOfEllipse.svg|16px]] Create arc of ellipse}} option from the menu.
#* Use the keyboard shortcut: {{KEY|G}} then {{KEY|E}}, then {{KEY|A}}.
#* Use the keyboard shortcut: {{KEY|G}} then {{KEY|E}}, then {{KEY|A}}.
Line 50: Line 51:
# If the tool runs in [[Sketcher_Workbench#Continue_modes|continue mode]]:
# If the tool runs in [[Sketcher_Workbench#Continue_modes|continue mode]]:
## Optionally keep creating arcs.
## Optionally keep creating arcs.
## To finish, right-click or press {{KEY|Esc}}, or start another constraints or geometries tool.
## To finish, right-click or press {{KEY|Esc}}, or start another geometry or constraint creation tool.


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


<!--T:6-->
<!--T:6-->

Revision as of 09:11, 13 April 2024

Sketcher CreateArcOfEllipse

Menu location
Sketch → Sketcher geometries → Create arc of ellipse
Workbenches
Sketcher
Default shortcut
G E A
Introduced in version
0.15
See also
Sketcher CreateEllipseByCenter

Description

The Sketcher CreateArcOfEllipse tool creates an arc of ellipse.

Arc of ellipse (white) with internal geometry (dark yellow)

Usage

See also: Drawing aids.

  1. There are several ways to invoke the tool:
  2. The cursor changes to a white cross with the tool icon.
  3. Pick the center of the arc.
  4. Pick an endpoint of one of the axes of the arc, this also defines one of its radii.
  5. Pick the start point of the arc, this also defines the other radius of the arc.
  6. Pick the endpoint of the arc.
  7. The arc of ellipse is created, including a set of internal geometry (major axis, minor axis and two foci).
  8. If the tool runs in continue mode:
    1. Optionally keep creating arcs.
    2. To finish, right-click or press Esc, or start another geometry or constraint creation tool.

Notes

  • Elements of the internal geometry can be deleted. They can be recreated at any time with Sketcher RestoreInternalAlignmentGeometry.
  • Once created, the major and minor axes of an arc of ellipse are strict and cannot be swapped by resizing. This is a consequence of the solver parametrization and the same strict behavior of OpenCASCADE. An arc of ellipse must be rotated to swap its axes.