Draft Workbench/tr

Draft workbench icon

Introduction

Giriş

Taslak Tezgahı, basit 2D nesneler çizmenize izin verir ve daha sonra bunları değiştirmek için birkaç araç sunar. Ayrıca, geometrinizin konumunu tam olarak kontrol etmek için bir çalışma düzlemi, bir ızgara ve bir bağlama sistemi tanımlamak için araçlar sağlar.

Oluşturulan 2D nesneler genel çizim için Inkscape veya Autocad'e benzer bir şekilde kullanılabilir. Bu 2D şekiller ayrıca diğer tezgahlarla oluşturulan 3D nesnelerin temel bileşenleri olarak da kullanılabilir, örneğin, Parça tezgahı ve Mimari tezgah gibi. Taslak nesnelerin Eskiz tezgahı 'na dönüştürülmesi de mümkündür; bu, şekillerden katı cisimlerin oluşturulması için Parça tasarım tezgahı ile de kullanılabileceği anlamına gelir.

The Draft Workbench also provides tools to define a working plane, a grid, and a snapping system to precisely control the position of geometry.

FreeCAD öncelikle bir 3D modelleme uygulamasıdır ve bu nedenle 2D araçları diğer çizim programlarındaki kadar gelişmiş değildir. Öncelikli hedefiniz karmaşık 2D çizimler ve DXF dosyalarının üretimi ise ve 3D modellemeye gerek duymuyorsanız, teknik taslaklar için LibreCAD, QCad,TurboCad ve diğerleri gibi özel bir yazılım programı düşünebilirsiniz.

The image shows the grid aligned with the XY plane.
On the left, in white, several planar objects.
On the right a non-planar Draft Wire used as the Path Object of a Draft PathArray.

Drafting

  • Arc: creates a circular arc from a center, a radius, a start angle and an aperture angle.
  • Arc by 3 points: creates a circular arc from three points that define its circumference.

Annotation

Modification

  • Array: creates an orthogonal array from a selected object. It can optionally create a Link array.
  • Polar array: creates an array from a selected object by placing copies along a circumference. It can optionally create a Link array.
  • Circular array: creates an array from a selected object by placing copies along concentric circumferences. It can optionally create a Link array.
  • Path array: creates an array from a selected object by placing copies along a path.
  • Point array: creates an array from a selected object by placing copies at the points from a point compound.

Draft Tray

The Draft Tray allows selecting the working plane, defining style settings, toggling construction mode, and specifying the active layer or group.

Draft annotation scale widget

With the Draft annotation scale widget the Draft annotation scale can be specified.

Draft snap widget

The Draft snap widget can be used as an alternative for the Draft snap toolbar.

Draft snap toolbar

The Draft snap toolbar allows selecting the active snap options. The buttons belonging to active options stay depressed. For general information about snapping see: Draft Snap.

Yararlı ek araçlar

Additional tools

Seçilen nesneye bağlı olarak ek araçlar, Taslak → Araçlar yoluyla veya sağ tıklama menüsünden ulaşılabilir.

Ek özellikler

  • Koordinatlar: Yeni bir nokta tanımlamak için 3B görünüme tıklamak yerine koordinatları girer.
  • Constraining: imleci bir önceki noktaya göre yatay veya dikey hareketlerle sınırlandırır.
  • Yakalama: Mevcut nesnelerdeki veya ızgaradaki özel yerlere yeni noktalar yerleştirir.

Tree view context menu

The following additional options are available in the Tree view context menu:

Default options

For most Draft objects the following option is available:

If there is an active document the context menu contains an additional sub-menu:

Layer container options

For a Draft LayerContainer these additional options are available:

Layer options

For a Draft Layer these additional options are available:

Text options

For a Draft Text and a Draft Label that contains one or more hyperlinks, to a local or remote file or an URL, this additional option is available:

Wire options

For a Draft Line and a Draft Wire this additional option is available:

Working plane proxy options

For a Draft WorkingPlaneProxy these additional options are available:

3D view context menu

The following additional options are available in the 3D view context menu:

Default options

If there is an active document the context menu contains one additional sub-menu:

Text options

See above.

Obsolete tools

Seçenekler

Dosya formatları

Taslak modül, FreeCAD'e aşağıdaki dosya formatları için içe aktarıcı ve dışa aktarıcı sağlar:

Unit tests

See also: Test Workbench.

To run the unit tests of the workbench execute the following from the operating system terminal:

freecad -t TestDraft

Betik

Taslak modulu Taslak API kullanarak, Python konsolunda ve makrolar da kullanabilirsiniz.

The workbench includes a module to create samples of all objects in a new document.

Use this to test that all objects are produced correctly:

import drafttests.draft_test_objects as dto
doc = dto.create_test_file()

Inspecting the code of this module can help to understand the programming interface.

Tutorials