Draft tutorial/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==== Profile erstellen ==== Das Erstellen von Profilen kann auf verschiedene Weise erfolgen. Es ist zwar möglich die meiste Arbeit mit einfachen '''Bögen''' und '''Linien'''...")
(Created page with "===== Linien und Bögen ===== # Wählen Sie die Schaltfläche Arc 24px. # Setzen Sie den '''Mittelpunkt''' auf '''(0,0,0)'''. # Geben...")
Line 38: Line 38:
Das Erstellen von Profilen kann auf verschiedene Weise erfolgen. Es ist zwar möglich die meiste Arbeit mit einfachen '''Bögen''' und '''Linien''' zu erledigen, jedoch bietet FreeCAD mehrere Werkzeuge, die diese Arbeit beschleunigen.
Das Erstellen von Profilen kann auf verschiedene Weise erfolgen. Es ist zwar möglich die meiste Arbeit mit einfachen '''Bögen''' und '''Linien''' zu erledigen, jedoch bietet FreeCAD mehrere Werkzeuge, die diese Arbeit beschleunigen.


===== Lines and Arcs =====
===== Linien und Bögen =====
# Select [[Image:Draft_Arc.png]] [[Draft_Arc|Arc]].
# Wählen Sie die Schaltfläche [[Draft_Arc/de|Arc]] [[Image:Draft_Arc.png|24px]].
# Set the '''center''' at '''(0, 0, 0)'''
# Setzen Sie den '''Mittelpunkt''' auf '''(0,0,0)'''.
# Set the '''radius''' to 30 mm
# Geben Sie beim '''Radius''' "30 mm" ein.
# The '''starting angle''' is 60.0°
# Der '''Startwinkel''' soll 60.0° betragen.
# The aperture is 60.0°
# Der Öffnungswinkel soll ebenfalls 60.0° sein.


Repeat the same procedure for a second arc with a radius of 25 mm, the other properties remain unchanged.
Repeat the same procedure for a second arc with a radius of 25 mm, the other properties remain unchanged.

Revision as of 13:38, 5 February 2016

Tutorial
Topic
{{{Topic}}}
Level
Anfänger
Time to complete
20 Minuten
Authors
Drei
FreeCAD version
0.16 oder neuer
Example files
See also
None

Einleitung

Dieses Tutorial soll den Leser in die grundlegenden Arbeitsschritte des Moduls Draft einführen Dies umfasst das Erstellen von Profilen, die Verwendung von Arbeitsebenen und das Einfügen von Maßen, Text und Anmerkungen. Dieses Tutorial nutzt die mathematisch Notation (X, Y, Z), um die Koordinaten von Punkten innerhalb eines Objektes anzugeben.

Voraussetzungen

  • FreeCAD Version 0.16 oder neuer
  • Der Leser sollte bereits wissen, wie mit den Registerkarten "Daten" und "Ansicht" die Eigenschaften eines Objektes geändert werden können

Vorgehensweise

Für dieses Tutorial ist es zwingend notwendig, die Werkzeugleiste "Draft Snap" verfügbar zu machen. Dies funktioniert folgendermaßen:

  1. Starten Sie FreeCAD
  2. Wechseln Sie in den Arbeitsbereich Draft
  3. Klicken Sie oben im Menü auf Bearbeiten->Einstellungen
  4. Klicken Sie im neuen Fenster links unten auf Draft und danach auf die Registerkarte Rast-Optionen
  5. Stellen Sie dort sicher, dass die Option Entwurfs-Fang-Werkzeugleiste einblenden aktiviert ist

Beachten Sie, dass sie bei Bedarf im gleichen Menü die Sichtbarkeit des Gitters ändern können.

Verwenden von Arbeitsebenen

Arbeitsebenen werden verwendet, um das Verhalten der Entwurfswerkzeuge auf eine bestimmte Ebene einzuschränken, sodass Probleme beim Einfügen von Punkten und Kurven in komplexen Bauteilen vermieden werden. Arbeitsebenen können sich auf Achsen des Koordinatensystems (XY, usw.) beziehen oder Oberflächen von bereits im Dokument vorhandenen Objekten als Referenz nehmen.

  1. Klicken Sie auf die Schaltfläche Ebene markieren . Sie finden sie entweder in der Werkzeugleiste oder im Menü unter Entwurf->Dienstprogramme.
  2. Wählen Sie die XY-Ebene.

Profile erstellen

Das Erstellen von Profilen kann auf verschiedene Weise erfolgen. Es ist zwar möglich die meiste Arbeit mit einfachen Bögen und Linien zu erledigen, jedoch bietet FreeCAD mehrere Werkzeuge, die diese Arbeit beschleunigen.

Linien und Bögen
  1. Wählen Sie die Schaltfläche Arc .
  2. Setzen Sie den Mittelpunkt auf (0,0,0).
  3. Geben Sie beim Radius "30 mm" ein.
  4. Der Startwinkel soll 60.0° betragen.
  5. Der Öffnungswinkel soll ebenfalls 60.0° sein.

Repeat the same procedure for a second arc with a radius of 25 mm, the other properties remain unchanged.

We will now close the profile with a couple of lines.

  1. Select Line.
  2. Approach the Endpoint of either arc. A white point should appear, alongside this icon File:Snap Endpoint.png when your cursor approaches the endpoint.
  3. Select the endpoint of the other arc.
  4. Repeat for the other side of the arcs.

We now have several curves that detail a profile, however it is still not recognized as a single entity. It is possible to continue working with the elements intact, though in this case we will fuse them into a single object.

The following actions will alter the way the objects behave, making it hard to edit their properties, so it is best to do any necessary modifications before proceding.

  1. Select an arc and a line while pressing the CTRL key
  2. Click on Upgrade

This will fuse both objects into a Wire. Repeat until the four elements are fused into a single Wire.


Planes, Rectangles and Circles
  1. Click Rectangle
  2. Set the first point on (-100, -60, 0)
  3. Set the second point on (140, 90, 0)

The result is a Plane. Its properties can be modified to remove the filling, by changing its Display Mode to Wireframe.

  1. Select
  2. Set the center to (0, 0, 0)
  3. Set the radius to 15 mm
Polygons
  1. Select Polygon
  2. The center point is located at (0, 0, 0)
  3. Set the radius to 50 mm
  4. Set the number of sides to 6
Arrays

Arrays are used to replicate an object several times in a direction, a revolution axis or along a path.

  1. Select the Wire that was previously created
  2. Click Array
  3. In the Data tab of the object, change the Array type from ortho to polar
  4. Change Number Polar from 1 to 3


Adding Dimensions

Dimensions require a constant use of Snapping Constraints to properly select the points that one wishes to dimension. The Snapping toolbar is used to change the possible points that can be selected.

  1. Select Dimension
  2. Select the first point. This can be either an existing element or specified by coordintes. For this tutorial, the first point will alwaysvbe (0, 0, 0)
  3. Select the second point. Approach the midpoint of the top line of the polygon. A white point should appear alongside this icon File:Snap Midpoint.png
  4. Move the cursor to the desired location of the dimension and click on it.
  5. Change the font size on the View tab to 6 mm

Repeat the process for the arcs and circles.

Annotations and Text

There is a slight difference between the two: it is only possible to use the second one as a profile to perform 3D operations.

Annotations
  1. Select Text
  2. Select the reference point in the 3D View. In this case, the midoint of the top arc.
  3. Enter your text and press Enter. Repeat for as many lines of text as you wish to input.
  4. Press Enter
Text
  1. Select ShapeString
  2. Select the reference point in the 3D View. This can be an existing point or the current cursor location.
  3. Enter your text and press Enter
  4. Set the desired font size
  5. Leave tracking at 0 mm
  6. Select the path to the font file that you wish to use

Creating Blueprints

To create blueprints, it is necessary to create a Drawing with the elements that you wish to use. Please read the Drawing tutorial for a detailed description.

We are now finished with the basic workflow for the Draft Module.

Recommended Lectures

  • For a detailed description of the workbench, please see Draft Module
  • To know more about the Snapping controls, see Draft Snap