Drawing tutorial/ro: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 25: Line 25:
pentru a aplica operațiuni în același timp pentru mai multe elemente.
pentru a aplica operațiuni în același timp pentru mai multe elemente.


===== Grouparea elementelor =====
==== Gruparea elementelor =====
# In the '''Tree View''', right-click on the name of the document. In this case '''Unnamed'''.
# În '''Tree View''', faceți clic dreapta pe numele documentului. În acest caz '''Unnamed'''.
# Selectați '''Creați un grup'''. Puteți modifica numele grupului făcând dublu clic pe acesta din '''Vizualizarea arborescentă'''.
# Select '''Create group'''. You can alter the name of the group by double clicking on it from the '''Tree View'''.
# Selectați elementele pe care doriți să le adăugați și glisați-l în grup
# Select the elements that you wish to add and '''drag''' them into the group


Create the following groups:
Create the following groups:

Revision as of 11:40, 15 January 2019

Tutorial
Topic
Blueprints / Drawings
Level
Beginner
Time to complete
15 minutes
Authors
Drei
FreeCAD version
0.16 or above
Example files
See also
None

Introducere

Acest tutorial are rolul de a prezenta cititorului fluxul de lucru de bază al atelierului Drawing Workbench, precum și majoritatea instrumentelor disponibile pentru a crea planuri.

Cerințe

  • FreeCAD version 0.16 sau mai recent
  • cititorul are noțiunile de bază pentru a utiliza Atelierele Part and PartDesign Workbenches
  • Cititorul a finalizat Draft tutorial

Procedura

Pregătiri

Pentru a reduce timpul necesar pentru acest tutorial, este obligatoriu să grupați elemente similare în vederea arborescentăTree View pentru a aplica operațiuni în același timp pentru mai multe elemente.

Gruparea elementelor =

  1. În Tree View, faceți clic dreapta pe numele documentului. În acest caz Unnamed.
  2. Selectați Creați un grup. Puteți modifica numele grupului făcând dublu clic pe acesta din Vizualizarea arborescentă.
  3. Selectați elementele pe care doriți să le adăugați și glisați-l în grup

Create the following groups:

  • Draft_objects
  • Draft_dimensions
  • Draft_annotations_text

Drawing Templates

Templates are the base for the creation of Drawings, you can use the templates provided or create your own.

  1. Slect the dropdown menu next to New A3 landscape drawing
  2. Select A4 Landscape

We now have a folder called Page in the Tree View. This object will contain everything related to the Drawing.

Projections

Projections are defined as the visual representation of an object on a specific plane, it displays the properties of the object that are visible from that specific orientation.

Orthographic Projections

These are used in Engineering to specify the properties of an object that will be machined. There are two common standards: Third Angle and First Angle projections.

For this tutorial, these projections aren't used because our objects only have a meaningful representation in the XY plane.

  1. Select the object you wish to project into the drawing.
  2. Select Ortho Views
  3. Select the type of projection you want to use
  4. Select the view you want to add

In the General and Axonometric tabs you can specify the location, scale and separation of each view.

Other Part Projections

It is possible to create custom views of the object.

  1. Select the object you wish to project into the drawing.
  2. Select Insert a view
  3. In the Data tab edit the Direction of the Shape View by altering the values for the X, Y, and Z axes. By default, the values are (0, 0, 1)

You can also alter the location, scale and rotation of the View from within the Data tab. The same can be done for the Orthographic Projections.

Draft Projections

The preferred way to add elements created in the Draft Workbench is with a tool contained in the Draft Workbench designed specifically for this. With this procedure, it is possible to import Dimensions, Annotations, Shapestrings and any other element created whithin the Draft Workbench.

  1. Switch to the Draft Workbench
  2. Select the group or elements that you wish to project. In this case Draft_dimensions
  3. Select Drawing
  4. Edit the X and Y coordinates to (140,100)
  5. Set the scale to 0.5

Repeat for each group and set the values to the ones specified above.

Exporting your work

FreeCAD supports the export of SVG and PDF files based on your Drawings

SVG
  1. Select Save sheet
  2. Specify the path and name of the exported file
PDF
  1. In the File menu, select Export PDF ...
  2. Specify the path and name of the exported file

Încheiem acum cu fluxul de lucru de bază pentru Drawing Module.

Recommended Reading