Sketcher CreateEllipseByCenter/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/fr|Name=Sketcher CreateEllipse|Name/fr=Sketcher CreateEllipse|Workbenches=Sketcher, Part Design|MenuLocation...")
 
(Created page with "==== Utilisation ==== * Cliquer sur le bouton de la barre d'outils, en choisissant l'élément de menu, ou en utilisant le raccourci clavier (il faut d'abord attribuer la touc...")
Line 7: Line 7:
[[Image:Sketcher_EllipseExample1.png‎|thumb|none|500px|The sequence of clicks is indicated by yellow arrows with numbers. C is the center, a - major diameter, b - minor diameter, F1, F2 are foci.]]
[[Image:Sketcher_EllipseExample1.png‎|thumb|none|500px|The sequence of clicks is indicated by yellow arrows with numbers. C is the center, a - major diameter, b - minor diameter, F1, F2 are foci.]]


====Usage====
==== Utilisation ====
* Cliquer sur le bouton de la barre d'outils, en choisissant l'élément de menu, ou en utilisant le raccourci clavier (il faut d'abord attribuer la touche dans [[Personnalisation de l'interface]]).
* 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]]).
* First click in 3D view sets ellipse center. Second click sets the first radius and orientation of the ellipse. Third click sets the other radius (the distance from the line defined by first two clicks is the second radius).
* Le premier clic dans la vue 3D, définit le centre de l'ellipse. Le deuxième clic définit le premier rayon et l'orientation de l'ellipse. Le troisième clic définit l'autre rayon (la distance de la ligne définie par les deux premiers clics est le deuxième rayon).
* 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 [[Constraint Internal Alignment|Internal Alignment Constraint]] and [[Sketcher Show Hide Internal Geometry]].
* Après le troisième clic, l'ellipse est créée, ainsi qu'un ensemble de géométrie de construction aligné (diamètre principal, diamètre mineur, deux centre). La géométrie de la construction peut être supprimée manuellement si elle n'est pas nécessaire et recréée ultérieurement. Voir [[Constraint Internal Alignment|Internal Alignment Constraint]] et [[Sketcher Show Hide Internal Geometry]].
* Pressing {{KEY|ESC}} or clicking the right mouse button cancels the function.
* En appuyant sur {{KEY | ESC}} ou en cliquant sur le bouton droit de la souris, vous annulez la fonction.


====Peculiarities====
====Peculiarities====

Revision as of 13:51, 1 April 2017

Sketcher CreateEllipse

Emplacement du menu
Sketch → Sketcher geometries → Create ellipse by center
Ateliers
Sketcher, Part Design
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Sketcher Ellipse by 3 Points, Sketcher Circle, Sketcher Arc of Ellipse

Description

This tool draws an ellipse by picking three points: the center, the end of major radius, the minor radius. When starting the tool, the mouse pointer changes to a white cross with a red ellipse icon. Besides are coordinates shown in real time.

The sequence of clicks is indicated by yellow arrows with numbers. C is the center, a - major diameter, b - minor diameter, F1, F2 are foci.

Utilisation

  • Cliquer sur le bouton de la barre d'outils, en choisissant l'élément de menu, ou en utilisant le raccourci clavier (il faut d'abord attribuer la touche dans Personnalisation de l'interface).
  • Le premier clic dans la vue 3D, définit le centre de l'ellipse. Le deuxième clic définit le premier rayon et l'orientation de l'ellipse. Le troisième clic définit l'autre rayon (la distance de la ligne définie par les deux premiers clics est le deuxième rayon).
  • Après le troisième clic, l'ellipse est créée, ainsi qu'un ensemble de géométrie de construction aligné (diamètre principal, diamètre mineur, deux centre). La géométrie de la construction peut être supprimée manuellement si elle n'est pas nécessaire et recréée ultérieurement. Voir Internal Alignment Constraint et Sketcher Show Hide Internal Geometry.
  • En appuyant sur ESC ou en cliquant sur le bouton droit de la souris, vous annulez la fonction.

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.

Version

Introduced in FreeCAD v0.15.4309