Draft Arc 3Points/de: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Caption|Bogen definiert durch drei Punkte, die auf einem Umfang liegen}}")
(Created page with "==Anwendung==")
Line 22: Line 22:
{{Caption|Bogen definiert durch drei Punkte, die auf einem Umfang liegen}}
{{Caption|Bogen definiert durch drei Punkte, die auf einem Umfang liegen}}


==How to use==
==Anwendung==


# Press the {{Button|[[Image:Draft Arc 3Points.svg|16px]] [[Draft Arc 3Points|Draft Arc 3Points]]}} button, or press {{KEY|A}} then {{KEY|T}} keys.
# Press the {{Button|[[Image:Draft Arc 3Points.svg|16px]] [[Draft Arc 3Points|Draft Arc 3Points]]}} button, or press {{KEY|A}} then {{KEY|T}} keys.

Revision as of 21:59, 24 November 2019

Draft Arc 3Points

Menüeintrag
Draft → Arc 3 points
Arbeitsbereich
Draft, Arch
Standardtastenkürzel
A T
Eingeführt in Version
0.19
Siehe auch
Draft Circle, Draft Ellipse

Beschreibung

Das Werkzeug Arc 3Points erzeugt einen Kreisbogen in der aktuellen Arbeitsebene, durch Eingabe von drei Punkten, die auf dem Umfang liegen; aus diesen drei Punkten werden Mittelpunkt und Radius bestimmt. Es verwendet das Entwurf Linienstil , das auf dem Draft Tray gesetzt ist.

Verwende das Werkzeug Entwurf Bogen, um einen Kreisbogen zu erstellen, inde Du den Mittelpunkt, den Radius sowie den Start- und Endwinkel angibst. Um einen elliptischen Bogen zu zeichnen, verwende Entwurf Ellipse. Du kannst einen Kreisbogen auch mit den Werkzeugen Draft BSpline, Draft BezCurve, und Draft CubicBezCurve approximieren.

Bogen definiert durch drei Punkte, die auf einem Umfang liegen

Anwendung

  1. Press the Draft Arc 3Points button, or press A then T keys.
  2. Click a first point on the 3D view, or type a coordinate and press the add point button.
  3. Click a second point on the 3D view, or type a coordinate and press the add point button.
  4. Click a third point in the 3D view, or type a coordinate and press the add point button.
  5. The arc will be created after the third point is given.

Options

  • Press X, Y or Z after one point to constrain the following point on the given axis.
  • To enter coordinates manually, simply enter the numbers, then press Enter between each X, Y and Z component.
    • You can press the add point button when you have entered the desired values to insert the point.
  • Press R or click the checkbox to toggle relative mode. If relative mode is on, the coordinates of the following point are relative to the previous one; if not, they are absolute, taken from the origin (0, 0, 0).
  • Hold Shift while drawing to constrain your next point horizontally or vertically in relation to the previous one.
  • Press Esc or the Close button to abort the current command.

Properties

An Arc object shares all properties from a Draft Circle, but some properties only make sense for the circle. See Draft Arc for more information.

Scripting

See also: Draft API and FreeCAD Scripting Basics.

There is no specific function to create an arc by three points.

To create an arc use the same function to create circles, with additional arguments. See the information in Draft Arc and Draft Circle.