Drawing: Difference between revisions

From FreeCAD Documentation
(→‎How to use: In fact, any object that has a Shape, including 2D objects, will work. to export the page to SVG, DXF, or PDF formats, for further use in another software, or for printing.)
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


== Introduction ==
== Introduction == <!--T:1-->


<!--T:2-->
In FreeCAD the word "[[Drawing|Drawing]]" is normally used to refer to a 2D projection of a [[model|3D model]]. This is usually created with the [[TechDraw_Workbench|TechDraw Workbench]].
In FreeCAD the word "[[Drawing|Drawing]]" is normally used to refer to a 2D projection of a [[model|3D model]]. This is usually created with the [[TechDraw_Workbench|TechDraw Workbench]].


== How to use ==
== How to use == <!--T:3-->


<!--T:4-->
# Start with an already built [[model|3D model]], created with, for example, the [[PartDesign_Workbench|PartDesign Workbench]]. In fact, any object that has a [[Shape|Shape]], including 2D objects, will work.
# Start with an already built [[model|3D model]], created with, for example, the [[PartDesign_Workbench|PartDesign Workbench]]. In fact, any object that has a [[Shape|Shape]], including 2D objects, will work.
# Switch to the [[TechDraw_Workbench|TechDraw Workbench]].
# Switch to the [[TechDraw_Workbench|TechDraw Workbench]].
Line 15: Line 17:
# When the drawing is ready, you can press {{Button|[[File:TechDraw_SaveSVG.svg|16px]] [[TechDraw_SaveSVG|TechDraw SaveSVG]]}}, {{Button|[[File:TechDraw_SaveDXF.svg|16px]] [[TechDraw_SaveDXF|TechDraw SaveDXF]]}}, or use [[Std_Export|Std Export]], to export the page to SVG, DXF, or PDF formats for further use in another software, or for printing.
# When the drawing is ready, you can press {{Button|[[File:TechDraw_SaveSVG.svg|16px]] [[TechDraw_SaveSVG|TechDraw SaveSVG]]}}, {{Button|[[File:TechDraw_SaveDXF.svg|16px]] [[TechDraw_SaveDXF|TechDraw SaveDXF]]}}, or use [[Std_Export|Std Export]], to export the page to SVG, DXF, or PDF formats for further use in another software, or for printing.


== Notes ==
== Notes == <!--T:5-->


<!--T:6-->
In informal usage, a "Drawing" may be any geometrical figure that is visible in the [[3D_view|3D view]], and thus its concept may be confused with that of "[[Body|Body]]", "[[Part|Part]]", or "[[Model|model]]".
In informal usage, a "Drawing" may be any geometrical figure that is visible in the [[3D_view|3D view]], and thus its concept may be confused with that of "[[Body|Body]]", "[[Part|Part]]", or "[[Model|model]]".


<!--T:7-->
However, when more precision is required, the distinction must be made.
However, when more precision is required, the distinction must be made.
* A "[[Body|Body]]" ([[PartDesign_Body|PartDesign Body]]) is an object derived from a [[Part_Feature|Part Feature]] ({{incode|Part::Feature}} class), created with the [[PartDesign_Workbench|PartDesign Workbench]].
* A "[[Body|Body]]" ([[PartDesign_Body|PartDesign Body]]) is an object derived from a [[Part_Feature|Part Feature]] ({{incode|Part::Feature}} class), created with the [[PartDesign_Workbench|PartDesign Workbench]].
Line 25: Line 29:
* A "Drawing" may also be created with the [[Drawing_Workbench|Drawing Workbench]]. However, since this workbench became obsolete in 0.17, you should prefer [[TechDraw_Workbench|TechDraw Workbench]] instead.
* A "Drawing" may also be created with the [[Drawing_Workbench|Drawing Workbench]]. However, since this workbench became obsolete in 0.17, you should prefer [[TechDraw_Workbench|TechDraw Workbench]] instead.


<!--T:8-->
{{TechDraw Tools navi}}
{{TechDraw Tools navi}}
{{Document objects navi}}
{{Document objects navi}}

Revision as of 15:48, 18 January 2020

Introduction

In FreeCAD the word "Drawing" is normally used to refer to a 2D projection of a 3D model. This is usually created with the TechDraw Workbench.

How to use

  1. Start with an already built 3D model, created with, for example, the PartDesign Workbench. In fact, any object that has a Shape, including 2D objects, will work.
  2. Switch to the TechDraw Workbench.
  3. Press File:TechDraw New Default.svg TechDraw New Default or File:TechDraw New Pick.svg TechDraw New Pick to create a Page.
  4. Select the existing model, and then press File:TechDraw NewView.svg TechDraw NewView or File:TechDraw NewProjGroup.svg TechDraw NewProjGroup.
  5. A 2D projection on the page will be created. You may now adjust its properties, like DataScale, DataRotation, and DataDirection.
  6. When the drawing is ready, you can press File:TechDraw SaveSVG.svg TechDraw SaveSVG, File:TechDraw SaveDXF.svg TechDraw SaveDXF, or use Std Export, to export the page to SVG, DXF, or PDF formats for further use in another software, or for printing.

Notes

In informal usage, a "Drawing" may be any geometrical figure that is visible in the 3D view, and thus its concept may be confused with that of "Body", "Part", or "model".

However, when more precision is required, the distinction must be made.