Draft Drawing/tr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 4: Line 4:
|
|
|
|
|[[Draft_Module|Draft]]
|[[Draft_Workbench|Draft]]
|IconL=
|IconL=
|IconR=
|IconR=
Line 11: Line 11:


{{VeryImportantMessage|THIS COMMAND IS OBSOLETE<br>
{{VeryImportantMessage|THIS COMMAND IS OBSOLETE<br>
It works with the [[Drawing_Module|Drawing Workbench]] which was deprecated in FreeCAD version 0.17 when the [[TechDraw_Module|TechDraw Workbench]] was introduced. Use that workbench and the [[TechDraw_DraftView|TechDraw DraftView]] command instead.}}
It works with the [[Drawing_Workbench|Drawing Workbench]] which was deprecated in FreeCAD version 0.17 when the [[TechDraw_Workbench|TechDraw Workbench]] was introduced. Use that workbench and the [[TechDraw_DraftView|TechDraw DraftView]] command instead.}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 19: Line 19:
==Description==
==Description==


The [[Image:Draft_Drawing.svg|24px]] '''Draft Drawing''' command inserts views of selected objects into a [[Drawing_Module|drawing]] page.
The [[Image:Draft_Drawing.svg|24px]] '''Draft Drawing''' command inserts views of selected objects into a [[Drawing_Workbench|drawing]] page.


This command is similar to the [[Drawing_View|Drawing View]] command but is optimized for [[Draft_Module|Draft]] objects. Contrary to that command, it can handle specific objects such as [[Draft_Dimension|Draft Dimensions]] and [[Draft_Text|Draft Texts]], and it can render faces.
This command is similar to the [[Drawing_View|Drawing View]] command but is optimized for [[Draft_Workbench|Draft]] objects. Contrary to that command, it can handle specific objects such as [[Draft_Dimension|Draft Dimensions]] and [[Draft_Text|Draft Texts]], and it can render faces.


This command is now obsolete. Use the [[TechDraw_Module|TechDraw Workbench]] and the [[TechDraw_DraftView|TechDraw DraftView]] command instead.
This command is now obsolete. Use the [[TechDraw_Workbench|TechDraw Workbench]] and the [[TechDraw_DraftView|TechDraw DraftView]] command instead.


[[Image:Draft drawing example.jpg|640px]]
[[Image:Draft drawing example.jpg|640px]]
Line 32: Line 32:
# 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]].
# 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]].
# Select one or more objects. A separate view will be created for each object.
# Select one or more objects. A separate view will be created for each object.
# Optionally add a [[Drawing_Module|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.
# 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.
# 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]].
# 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]].
Line 40: Line 40:
|
|
|
|
|[[Draft_Module|Draft]]
|[[Draft_Workbench|Draft]]
|IconL=
|IconL=
|IconR=
|IconR=

Revision as of 11:38, 24 August 2021

THIS COMMAND IS OBSOLETE
It works with the Drawing Workbench which was deprecated in FreeCAD version 0.17 when the TechDraw Workbench was introduced. Use that workbench and the TechDraw DraftView command instead.

Çizim

Menü konumu
Drafting → Drawing
Tezgahlar
Draft, Arch
Varsayılan kısayol
Hiçbiri
Versiyonda tanıtıldı
-
Ayrıca bkz
Hiçbiri

Description

The Draft Drawing command inserts views of selected objects into a drawing page.

This command is similar to the Drawing View command but is optimized for Draft objects. Contrary to that command, it can handle specific objects such as Draft Dimensions and Draft Texts, and it can render faces.

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

On the left the selected Draft objects. On the right the created drawing views.

Usage

  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 VeriDirection 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.