Draft Zeichnung

From FreeCAD Documentation
This page is a translated version of the page Draft Drawing and the translation is 58% complete.
Outdated translations are marked like this.
DIESER BEFEHL IST VERALTET
Sowohl der Befehl als auch der Arbeitsbereich Drawing, mit dem er zusammenarbeitet, stehen in Version 0.21 und darüber nicht zur Verfügung. Stattdessen werden der Arbeitsbereich TechDraw und der Befehl TechDraw DraftAnsicht verwendet.

Draft Drawing

Menüeintrag
Keiner
Arbeitsbereich
Drawing, Draft, Arch
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
TechDraw DraftAnsicht

Beschreibung

Der Befehl Draft Zeichnung fügt Ansichten von ausgewählten Objekten auf einem Drawing-Zeichnungsblatt hinzu.

Diese Werkzeug arbeitet ähnlich wie das Zeichnungsansicht-Werkzeug, ist aber für den Draft-Arbeitsbereich optimiert und kann 2D-Objekte mit einer gefüllten Fläche erzeugen. Es kann mit bestimmten Objekten wie Draft Dimension und Draft Text umgehen, was das Zeichnungsansicht-Werkzeug nicht kann.

This command is now obsolete. Use the TechDraw Workbench and the TechDraw DraftView command instead.

In eine Zeichenseite importiertes Draft-Objekt und Bemaßungen

Anwendung

  1. To use this command in FreeCAD version 0.19 and later you need to add a button to a custom toolbar. See Interface Customization.
  2. Select one or more objects. A separate view will be created for each object.
  3. Optionally add a Drawing page to the selection. If you do not, the view is inserted into the first page in the document. If there are no pages in the document a new page is created first.
  4. Press the Draft Drawing button.
  5. There is a bug in the FreeCAD version 0.19 version of the command. The initial value of the DatenDirection property is [0, 0, 0] which is not allowed. For objects on a plane parallel to the XY plane of the global coordinate system it should be changed to [0, 0, 1]. After changing this property the page and the view may need to be recomputed.