Draft Drawing/de: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
(36 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand/de|Name=Draft Drawing|Name/de=Zeichnung|Workbenches=[[Draft Module/de|Draft]], [[Arch Module/de|Arch]]|MenuLocation=Drafting → Drawing}}


<div class="mw-translate-fuzzy">
==Description==
{{Docnav/de
|[[Draft_Clone/de|Klonen]]
|[[Draft_Mirror/de|Spiegel]]
|[[Draft_Workbench/de|Entwurf-Modul]]
|IconL=Draft_Clone.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_Mirror.svg
}}
</div>


<div class="mw-translate-fuzzy">
This tool allows you to put selected objects on a svg [[Drawing Module|Drawing sheet]]. If no [[Drawing_templates|sheet]] exists in the document, a default one will be created. This tool works similarly to the [[Drawing View]] tool, but is optimized for [[Draft Workbench|Draft]] objects, and can render flat 2D objects with a face filling. It can also handle a couple of specific Draft objects, such as [[Draft Dimension|dimensions]] and [[Draft Text|texts]], that the [[Drawing View]] tool cannot handle.
{{VeryImportantMessage|Die Entwicklung des [[Drawing Workbench/de|Arbeitsbereiches Zeichnung]] wurde in der FreeCAD-Version 0.16 gestoppt; der neue [[TechDraw Workbench/de|TechDraw Arbeitsbereich]] der in Version v0.17 eingeführt wurde, soll diesen ersetzen. Beide Arbeitsbereiche werden in Version v0.17 noch unterstützt, aber der Arbeitsbereich Zeichnung wird in zukünftigen Ausgaben entfernt.
Daher dürfte die Übersetzung wohl auch nicht mehr weiter gepflegt werden.}}
</div>


<div class="mw-translate-fuzzy">
[[Image:Draft drawing example.jpg|640px]]
{{GuiCommand/de
|Name=Draft Drawing
|Name/de=Entwurf Zeichnung
|MenuLocation=Entwurf → Zeichnung
|Workbenches=[[Draft_Workbench/de|Entwurf]], [[Arch_Workbench/de|Arch]]
|SeeAlso=[[TechDraw Workbench/de|TechDraw-Arbeitsbereich]], [[Draft Shape2DView/de|Form in 2D Ansicht]]
}}
</div>


==How to use==
==Beschreibung==


<div class="mw-translate-fuzzy">
# Select the objects you wish to put on a drawing sheet
Das Werkzeug Zeichnung erlaubt es, ausgewählte Objekte auf einem Zeichenblatt zu platzieren, das mit dem [[Drawing Workbench/de|Drawing-Arbeitsbereich]] erstellt wurde. Falls kein [[Drawing templates/de|Blatt]] im Dokument existiert, wird ein Standardblatt erstellt.
# Press the {{KEY|[[Image:Draft Drawing.png|16px]] [[Draft Drawing]]}} button
</div>


<div class="mw-translate-fuzzy">
==Options==
Diese Werkzeug arbeitet ähnlich wie das [[Drawing View/de|Zeichnungsansicht]]-Werkzeug, ist aber für den [[Draft Workbench/de|Draft-Arbeitsbereich]] optimiert und kann 2D-Objekte mit einer gefüllten Fläche erzeugen. Es kann mit bestimmten Objekten wie [[Draft Dimension/de|Draft Dimension]] und [[Draft Text/de|Draft Text]] umgehen, was das [[Drawing View/de|Zeichnungsansicht]]-Werkzeug nicht kann.
</div>


This command is now obsolete. Use the [[TechDraw_Workbench|TechDraw Workbench]] and the [[TechDraw_DraftView|TechDraw DraftView]] command instead.
* Select objects you want to put on the drawing sheet. The tool will work best with flat 2D objects from the [[Draft Module|Draft]] or [[Sketcher Workbench|Sketcher]] modules.
* If the selected object is an [[Arch SectionPlane]], this tool will create an additional view of that section plane.
* In the same selection, add the page object you want to draw your objects to. If there is no existing page, a new one will be created. If you didn't select a page but there is at least one in the document, the first found one will be used to draw to.
* If you selected an existing sheet, and the objects in the selection that are already on that sheet (for ex. for a "Rectangle" object there is already a "ViewRectangle" object on the sheet), they will be substitued. This allows you to simply select all the objects and send them to an existing page, which will simply be updated.


[[Image:Draft drawing example.jpg|640px]]
==Properties==
<div class="mw-translate-fuzzy">
{{Caption|In eine Zeichenseite importiertes Draft-Objekt und Bemaßungen}}
</div>


<div class="mw-translate-fuzzy">
* {{PropertyData|Fill Style}}: For closed shapes, allows to specify one of the Default Draft fill styles, or use the shape color.
==Anwendung==
* {{PropertyData|Font Size}}: Allows you to specify the font size of texts and dimensions.
</div>
* {{PropertyData|Line Width}}: Allows you to specify the line width of viewed objects.


# To use this command in FreeCAD version 0.19 and later you need to add a button to a custom toolbar. See [[Interface_Customization|Interface Customization]].
==Scripting==
# Select one or more objects. A separate view will be created for each object.
# Optionally add a [[Drawing_Workbench|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.
# Press the {{Button|[[Image:Draft_Drawing.svg|16px]] [[Draft_Drawing|Draft Drawing]]}} button.
# There is a bug in the FreeCAD version 0.19 version of the command. The initial value of the {{PropertyData|Direction}} property is {{Value|[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 {{Value|[0, 0, 1]}}. After changing this property the page and the view may need to be [[Std_Refresh|recomputed]].


The Draft Drawing tool can by used in [[macros]] and from the python console by using the following function:


<div class="mw-translate-fuzzy">
{{Code|code=
{{Docnav/de
Draft.makeDrawingView (object,page)
|[[Draft_Clone/de|Klonen]]
|[[Draft_Mirror/de|Spiegel]]
|[[Draft_Workbench/de|Draft-Arbeitsbereich]]
|IconL=Draft_Clone.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_Mirror.svg
}}
}}
</div>


{{Draft Tools navi{{#translation:}}}}
* Adds a view of the given object to the given page.
{{Userdocnavi{{#translation:}}}}
* Returns the created view object.

Example:

{{Code|code=
import FreeCAD,Draft
obj = FreeCAD.ActiveDocument.ActiveObject
page = FreeCAD.ActiveDocument.Page
Draft.makeDrawingView(obj,page)
}}

<languages/>

Revision as of 07:42, 4 September 2021

Die Entwicklung des Arbeitsbereiches Zeichnung wurde in der FreeCAD-Version 0.16 gestoppt; der neue TechDraw Arbeitsbereich der in Version v0.17 eingeführt wurde, soll diesen ersetzen. Beide Arbeitsbereiche werden in Version v0.17 noch unterstützt, aber der Arbeitsbereich Zeichnung wird in zukünftigen Ausgaben entfernt. Daher dürfte die Übersetzung wohl auch nicht mehr weiter gepflegt werden.

Entwurf Zeichnung

Menüeintrag
Entwurf → Zeichnung
Arbeitsbereich
Entwurf, Arch
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
TechDraw-Arbeitsbereich, Form in 2D Ansicht

Beschreibung

Das Werkzeug Zeichnung erlaubt es, ausgewählte Objekte auf einem Zeichenblatt zu platzieren, das mit dem Drawing-Arbeitsbereich erstellt wurde. Falls kein Blatt im Dokument existiert, wird ein Standardblatt erstellt.

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.