Sketcher CreateEllipseBy3Points/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav|[[Sketcher CreateEllipseByCenter|Ellipse by center]]|[[Sketcher_CreateArcOfEllipse|Arc of ellipse]]|[[Sketcher_Workbench|Sketcher]]|IconL=Sketcher_CreateEllipse.png|IconC=Workbench_Sketcher.svg|IconR=Sketcher_Elliptical_Arc.png}}
<div class="mw-translate-fuzzy">

{{GuiCommand/de|Name=Sketcher CreateEllipse3Point|Workbenches=[[Sketcher Workbench|Sketcher]], [[PartDesign Workbench|Part Design]]|MenuLocation=Sketch → Sketcher geometries → Create ellipse by 3 points|SeeAlso=[[Sketcher_Ellipse|Sketcher Ellipse by center]], [[Sketcher Circle|Sketcher Circle]], [[Sketcher Arc of Ellipse]]}}
{{GuiCommand/de
</div>
|Name=Sketcher CreateEllipseBy3Points
|Name/de=Sketcher Ellipse durch 3 Punkte
|Icon=Sketcher_CreateEllipse_3points.png
|Workbenches=[[Sketcher Workbench/de|Sketcher]]
|MenuLocation=Sketch → Skizzengeometrien → Erstellen einer Ellipse durch 3 Punkte
|Version=0.15
|SeeAlso=[[Sketcher_CreateEllipseByCenter/de|Sketcher Ellipse durch Angabe des Zentrums]], [[Sketcher CreateCircle/de|Sketcher Kreis]], [[Sketcher_CreateArcOfEllipse/de|Sketcher Ellipsen-Bogens]]
}}

==Beschreibung==


==Description==
This tool draws an ellipse by picking three points : (1) the Periapsis ( First crossing of longer diameter with ellipse), (2) the apoapsis ( Second crossing of longer diameter with ellipse), (3) one point on a side of the longer diameter (a) defining the minor radius (b). (c) is the resulting center and (f) are the focal points.
This tool draws an ellipse by picking three points : (1) the Periapsis ( First crossing of longer diameter with ellipse), (2) the apoapsis ( Second crossing of longer diameter with ellipse), (3) one point on a side of the longer diameter (a) defining the minor radius (b). (c) is the resulting center and (f) are the focal points.


When starting the tool, the mouse pointer changes to a white cross with a red ellipse icon.
When starting the tool, the mouse pointer changes to a white cross with a red ellipse icon.


[[Image:Ellipse_3Point.png‎|none]]
[[Image:Ellipse_3Point.png‎|thumb|none|500px|The sequence of clicks is indicated by yellow arrows with numbers. 1 is the periapsis, 2 is the apoapsis, 3 is the defining point for minor diameter, green lines are major and minor diameters. Blue lines are random construction lines just for illustration purpose]]
''The sequence of clicks is indicated by yellow arrows with numbers. 1 is the periapsis, 2 is the apoapsis, 3 is the defining point for minor diameter, green lines are major and minor diameters. Blue lines are random construction lines just for illustration purpose.''


==Usage==
==Usage==

* Invoke the command by clicking a toolbar button, picking the menu item, or by using keyboard shortcut (needs to be assigned first in [[Interface Customization]]).
* Press the {{KEY|[[File:Sketcher_CreateEllipse_3points.png|24px]] '''ellipse by 3 points'''}} button.
* First click in 3D view sets a point that defines the crossing of the major diameter with the ellipse ( periapsis ). Second click in 3D view sets a point that defines the crossing of the major diameter with the ellipse opposite to the center point( apoapsis ). Third click sets a point on the ellipsis defining the minor radius.
* First click in 3D view sets a point that defines the crossing of the major diameter with the ellipse ( periapsis ). Second click in 3D view sets a point that defines the crossing of the major diameter with the ellipse opposite to the center point( apoapsis ). Third click sets a point on the ellipsis defining the minor radius.


Line 23: Line 34:
* Moving the ellipse by edge is the same as moving ellipse's center.
* Moving the ellipse by edge is the same as moving ellipse's center.


{{Docnav|[[Sketcher CreateEllipseByCenter|Ellipse by center]]|[[Sketcher_CreateArcOfEllipse|Arc of ellipse]]|[[Sketcher_Workbench|Sketcher]]|IconL=Sketcher_CreateEllipse.png|IconC=Workbench_Sketcher.svg|IconR=Sketcher_Elliptical_Arc.png}}
==Version==

Introduced in FreeCAD v0.15.4309
{{Sketcher Tools navi}}

{{Userdocnavi}}

Revision as of 21:34, 14 February 2020

Sketcher Ellipse durch 3 Punkte

Menüeintrag
Sketch → Skizzengeometrien → Erstellen einer Ellipse durch 3 Punkte
Arbeitsbereich
Sketcher
Standardtastenkürzel
Keiner
Eingeführt in Version
0.15
Siehe auch
Sketcher Ellipse durch Angabe des Zentrums, Sketcher Kreis, Sketcher Ellipsen-Bogens

Beschreibung

This tool draws an ellipse by picking three points : (1) the Periapsis ( First crossing of longer diameter with ellipse), (2) the apoapsis ( Second crossing of longer diameter with ellipse), (3) one point on a side of the longer diameter (a) defining the minor radius (b). (c) is the resulting center and (f) are the focal points.

When starting the tool, the mouse pointer changes to a white cross with a red ellipse icon.

The sequence of clicks is indicated by yellow arrows with numbers. 1 is the periapsis, 2 is the apoapsis, 3 is the defining point for minor diameter, green lines are major and minor diameters. Blue lines are random construction lines just for illustration purpose.

Usage

  • Press the ellipse by 3 points button.
  • First click in 3D view sets a point that defines the crossing of the major diameter with the ellipse ( periapsis ). Second click in 3D view sets a point that defines the crossing of the major diameter with the ellipse opposite to the center point( apoapsis ). Third click sets a point on the ellipsis defining the minor radius.
  • After the third click, the ellipse is created, together with a set of construction geometry aligned to it (major diameter, minor diameter, two foci). The construction geometry can be manually deleted if not needed, and recreated later. See Internal Alignment Constraint and Sketcher Show Hide Internal Geometry.
  • Pressing ESC or clicking the right mouse button cancels the function.

Peculiarities

  • Major and minor axes of ellipses are strict and cannot be swapped by resizing the ellipse. This is a consequence of the solver parametrization used (center (x,y), focus1 (x,y) and minor radius length (b)) and the same strict behavior of OpenCascade. The ellipse must be rotated to swap the axes.
  • Ellipse can function as a circle when its major and minor diameter lines are deleted, and one of the foci is constrained to coincide with the center. But radius constraint won't work on such a circle.
  • Moving the ellipse by edge is the same as moving ellipse's center.