Draft Workbench/cs: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 39: Line 39:
* [[Image:Draft_ShapeString.svg|32px]] [[Draft_ShapeString|ShapeString]]: inserts a compound shape representing a text string at a given point.
* [[Image:Draft_ShapeString.svg|32px]] [[Draft_ShapeString|ShapeString]]: inserts a compound shape representing a text string at a given point.
* [[Image:Draft_Facebinder.svg|32px]] [[Draft_Facebinder|Facebinder]]: creates a new object from selected faces on existing objects.
* [[Image:Draft_Facebinder.svg|32px]] [[Draft_Facebinder|Facebinder]]: creates a new object from selected faces on existing objects.
* [[Image:Draft_BezCurve.svg|32px]] [[Draft_BezCurve|Bezier Curve]]: draws a Bezier curve from a series of points.
* [[Image:Draft_CubicBezCurve.svg|32px]] [[Draft_CubicBezCurve|Cubic Bezier Curve]]: draws a Bezier curve of third degree by dragging two points. {{Version|0.19}}
* [[Image:Draft_CubicBezCurve.svg|32px]] [[Draft_CubicBezCurve|Cubic Bezier Curve]]: draws a Bezier curve of third degree by dragging two points. {{Version|0.19}}
* [[Image:Draft_BezCurve.svg|32px]] [[Draft_BezCurve|Bezier Curve]]: draws a Bezier curve from a series of points.
* [[Image:Draft_Label.svg|32px]] [[Draft_Label|Label]]: places a label with an arrow pointing to a selected element. {{Version|0.17}}
* [[Image:Draft_Label.svg|32px]] [[Draft_Label|Label]]: places a label with an arrow pointing to a selected element. {{Version|0.17}}


Line 67: Line 67:
* [[Image:Draft_Array.svg|32px]] [[Draft_Array|Array]]: creates a polar or rectangular array from selected objects.
* [[Image:Draft_Array.svg|32px]] [[Draft_Array|Array]]: creates a polar or rectangular array from selected objects.
* [[Image:Draft_LinkArray.svg|32px]] [[Draft_LinkArray|LinkArray]]: creates an array of [[Std_LinkMake|App::Link]] elements. {{Version|0.19}}
* [[Image:Draft_LinkArray.svg|32px]] [[Draft_LinkArray|LinkArray]]: creates an array of [[Std_LinkMake|App::Link]] elements. {{Version|0.19}}
* [[File:Draft_PolarArray.svg|32px]] [[Draft_PolarArray|PolarArray]]: creates an array in a polar pattern, that is, sweeping an angle. {{Version|0.19}}
* [[File:Draft_PolarArray.svg|32px]] [[Draft_PolarArray|Polar Array]]: creates an array in a polar pattern, that is, sweeping an angle. {{Version|0.19}}
* [[File:Draft_CircularArray.svg|32px]] [[Draft_CircularArray|CircularArray]]: creates an array in a circular pattern, that is, starting from a center and moving outwards radially. {{Version|0.19}}
* [[File:Draft_CircularArray.svg|32px]] [[Draft_CircularArray|Circular Array]]: creates an array in a circular pattern, that is, starting from a center and moving outwards radially. {{Version|0.19}}
* [[Image:Draft_PathArray.svg|32px]] [[Draft_PathArray|Path Array]]: creates an array of objects by placing the copies along a path.
* [[Image:Draft_PathArray.svg|32px]] [[Draft_PathArray|Path Array]]: creates an array of objects by placing the copies along a path.
* [[Image:Draft_PathLinkArray.svg|32px]] [[Draft_PathLinkArray|Path LinkArray]]: creates an array of [[Std_LinkMake|App::Link]] elements by placing the copies along a path. {{Version|0.19}}
* [[Image:Draft_PathLinkArray.svg|32px]] [[Draft_PathLinkArray|Path LinkArray]]: creates an array of [[Std_LinkMake|App::Link]] elements by placing the copies along a path. {{Version|0.19}}

Revision as of 10:09, 17 January 2020

Kreslicí pracovní plocha umožňuje jednoduché kreslení 2D objektů v aktuálním dokumentu a nabízí několik nástrojů pro následnou modifikaci. Některé z těchto nástrojů fungují i ve všech dalších objektech FreeCAD, nejenom v těch, které jsou vytvořeny v Kreslicí pracovní ploše. Poskytuje také kompletní uchopovací systém a několik utilit pro správu objektů a nastavení.

The created 2D objects can be used for general drafting in a way similar to Inkscape or Autocad. These 2D shapes can also be used as the base components of 3D objects created with other workbenches, for example, the Part and Arch Workbenches. Conversion of Draft objects to Sketches is also possible, which means that the shapes can also be used with the PartDesign Workbench for the creation of solid bodies.

FreeCAD is primarily a 3D modelling application, and thus its 2D tools aren't as advanced as in other drawing programs. If your primary goal is the production of complex 2D drawings and DXF files, and you don't need 3D modelling, you may wish to consider a dedicated software program for technical drafting such as LibreCAD, QCad, TurboCad, and others.

Draft Workbench Example

Drawing objects

These are tools for creating objects.

Modifying objects

These are tools for modifying existing objects. They work on selected objects, but if no object is selected, you will be invited to select one.

Many operation tools (move, rotate, array, etc.) also work on solid objects (Part, PartDesign, Arch, etc.).

Utility tools

Additional tools available from the menu Draft → Utilities, or via the right-click context menu, depending on the selected object.

Preferences

  • Preferences: general preferences for the working plane and the drawing tools.
  • Import-Export Preferences: preferences available for importing from and exporting to different file formats.

Souborové formáty

Kreslicí modul poskytuje FreeCADu pro import a export následující souborové formáty:

Install importers

Přidané funkce

  • Uchopování: Umožňuje umístit nové body na zvláštní místa na existujících objektech
  • Omezování: Umožňuje umístit nové body horizontálně nebo vertikálně v relaci k předchozím bodům
  • Práce s ručními koordináty: Umožňuje vkládat koordináty ručně místo klikání po obrazovce
  • Working plane: Allows you to define a plane in the 3D space, where next operations will take place


Skriptování

Kreslicí modul má vlastnosti kompletního Kreslicího API, takže můžete využívat jeho funkce ve skriptech a makrech

Image Module/cs
Arch Module/cs