기술도면 작업대(TechDraw Workbench)

From FreeCAD Documentation
This page is a translated version of the page TechDraw Workbench and the translation is 4% complete.
Outdated translations are marked like this.
기술도면 작업대 아이콘

소개

기술도면 작업대부품 작업대, 부품설계 작업대 또는 건축 작업대와 같은 다른 작업대에서 생성되거나 다른 응용 프로그램에서 가져온 3D 모델에서 기본 기술 도면을 생성하는 데 사용됩니다.

치수, 단면, 해칭 영역, 주석 및 SVG 기호를 페이지에 추가할 수 있습니다.이 페이지는 DXF, SVGPDF와 같은 다른 형식으로 추가로 내보낼 수 있습니다.

If your primary goal is the production of complex 2D drawings and DXF files, and you don't need 3D modelling, FreeCAD may not be the right choice for you. You may wish to consider a dedicated software program for technical drafting instead, such as LibreCAD or QCad.

Snapping

introduced in version 1.0: The TechDraw Workbench has a snapping feature. It can be used to automatically align views, section views and dimensions when positioning them by dragging with the mouse. With Snap View Alignment enabled (default) in the preferences, views will snap to alignment with other views when close enough (View Snapping Factor setting). Dimensions are also snapped to other parallel dimensions and the dimension text can be snapped to the middle of the dimension line. Snapping can be temporarily disabled by holding down the Alt key.

Tools

Pages

Views

TechDraw views

  • Share View: shares a view between multiple pages.

Views from other workbenches

Stacking

These are tools for changing the stacking order which controls the apparent depth of views on a page.

  • Adjust Stacking Order:

Dimensions

  • Dimensions:

Hatching

Annotations

  • Add Cosmetic Vertices:
  • Add Centerlines:

Extensions

Attributes and modifications

  • Change Length of Cosmetic Lines or Centerlines:
  • Extend Line: extends a cosmetic line or centerline at both ends.
  • Shorten Line: shortens a cosmetic line or centerline at both ends.
  • Align Dimensions:
  • Evenly Space Dimensions:
  • Customize format label: customizes the formatting of a balloon text or dimension text. GD&T symbols and other special character can be added.

Centerlines and threading

  • Add Centerlines:
  • Add Cosmetic Threads:
  • Add Vertexes:
  • Add Cosmetic Circles or Arcs:
  • Add Cosmetic Arc: adds a cosmetic counter clockwise arc based on three vertexes.
  • Add Cosmetic Parallel or Perpendicular Lines:

Dimensions

Several of the Extensions dimension tools are listed under Dimensions above.

  • Insert Prefix:
  • Remove Prefix: removes all symbols at the beginning of the dimension text.
  • Change Decimal Places:

Miscellaneous

Obsolete tools

  • Move View: moves a view and its dependents to a different page. Not available in version 1.0 and above.

Additional features

Preferences

  • Preferences: preferences for the default values of the drawing page such as projection angle, colors, text sizes, and line styles.

Scripting

The TechDraw tools can be used in macros and from the Python console. For more information see:

Limitations

  • Do not cut, copy and paste TechDraw objects in the Tree view as this generally does not work out well.
  • Do not drag TechDraw objects in the Tree view with the mouse.

Tutorials

A "few" added lines of code result in a tool like the Macro TemplateHelper.

Video tutorials by sliptonic

Development

Do you want to know about the future of the TechDraw Workbench? Visit the TechDraw Roadmap Page to learn more.