FreeCAD Logo FreeCAD 1.0
  • Angličtina Afrikánština Arabština Běloruština Katalánština Čeština Němčina Řečtina Španělština Španělština Baskičtina Finština Filipínština Francouzština Galicijština Chorvatština Maďarština Indonéština Italština Japonština Kabylština Korejština Litevština Holandština Norština Bokmål Polština Portugalština Portugalština Rumunština Ruština Slovenština Slovinština Srbština Švédština Turečtina Ukrajinština Valencijština Vietnamština Čínština Čínština
  • Funkce
  • Stáhnout
  • Blog
  • Dokumentace
    Hlavní strana dokumentace Začínáme Uživatelská dokumentace Příručka FreeCAD Dokumentace pracovních prostředí Dokumentace o skriptování v Pythonu Dokumentace o programování v C++ Tutoriály Často kladené otázky Zásady ochrany soukromí O FreeCADu
  • Zapojte se
    Jak pomoci Sponsor Nahlásit chybu Vytvořit žádost o změnu Pracovní místa a financování Pokyny pro příspěvky Příručka pro vývojáře Překlady
  • Komunita
    Etický kodex Fórum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Kalendář
  • ♥ Donate

Donate

$
SEPA informace
Nastavte prosím Váš SEPA bankovní převod na:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bankovní agentura: BNP Paribas Fortis
Adresa: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Pracovní plocha Surface
Externí pracovní plochy
Index
TechDraw workbench icon

Introduction

The TechDraw Workbench is used to produce basic technical drawings from 3D models created with another workbench such as Part, PartDesign, or BIM, or imported from other applications. Each drawing is a Page, which can contain various Views of drawable objects such as Part::Features, PartDesign::Bodies, App::Part groups, and Document Object groups. The resulting drawings can be used for things like documentation, manufacturing instructions, contracts, permits, etc.

Dimensions, sections, hatched areas, annotations, and SVG symbols can be added to the page, which can be further exported to different formats like DXF, SVG, and PDF.

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 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

Page

  • New Page: adds a new page using the default template.
  • New Page From Template: adds a new page using a selected template.
  • Update Template Fields: automatically fills template fields with document information. introduced in 1.0
  • Redraw Page: forces an update of the selected page.
  • Print All Pages: prints all pages in a document. introduced in 0.21
  • Export Page as SVG: saves the current page as SVG file.
  • Export Page as DXF: saves the current page as DXF file.

TechDraw Views

  • New View: adds a representation of one or more objects. introduced in 1.0: It can create a single view, a Projection Group, a Spreadsheet View, an Arch View, a Symbol or an Image View.
  • Broken View: adds a broken view of one or more objects. introduced in 1.0
  • Section View: inserts a cross-section view of an existing view.
  • Complex Section View: inserts a cross-section view of an existing view based on a profile. introduced in 0.21
  • Detail View: inserts a detail view of a portion of an existing view.
  • Projection Group: invokes a dialog to create multiple views of an object from different directions. introduced in 1.0: The Insert View tool can be used instead.
  • Clip Group: inserts a clip group.
  • Insert SVG: inserts a symbol from a SVG file into a page. introduced in 1.0: The Insert View tool can be used instead.
  • Bitmap Image: inserts a PNG or JPG bitmap image into a page. introduced in 1.0: The Insert View tool can be used instead.
  • Share View: shares a view between multiple pages.
  • Project Shape: creates projections of shapes in the 3D View.

Views From Other Workbenches

  • Active View: inserts a view of the active 3D View.
  • Draft View: inserts a view of a Draft Workbench object.
  • BIM View: inserts a view of a BIM Workbench Arch Section Plane object. introduced in 1.0: The Insert View tool can be used instead.
  • Spreadsheet View: inserts a view of a Spreadsheet Workbench sheet. introduced in 1.0: The Insert View tool can be used instead.

Dimensions

Some dimension tools are listed under Attributes/Modifications, Format/Organize Dimensions and Annotations below.

  • Dimension: adds a contextual dimension. introduced in 1.0
  • Length Dimension: adds a length dimension.
  • Horizontal Length Dimension: adds a horizontal length dimension.
  • Vertical Length Dimension: adds a vertical length dimension.
  • Radius Dimension: adds a radius dimension to a circle or circular arc.
  • Diameter Dimension: adds a diameter dimension to a circle or a circular arc.
  • Angle Dimension: adds an angle dimension between two straight edges.
  • Angle Dimension From 3 Points: adds an angle dimension using three vertices.
  • Area Annotation: adds an area dimension to a face. introduced in 1.0
  • Horizontal Extent Dimension: adds a horizontal extent dimension.
  • Vertical Extent Dimension: adds a vertical extent dimension.
  • Repair Dimension References: can adjust the 2D or 3D geometry references of a dimension. introduced in 0.21

Hatching

  • Image Hatch: applies a hatch pattern from a file to a face.
  • Geometric Hatch: applies a hatch pattern to a face using an Autodesk PAT specification.

Symbols

  • Weld Symbol: adds welding specifications to an existing leaderline.
  • Surface Finish Symbol: adds a surface finish symbol to a page. introduced in 0.21
  • Hole/Shaft Fit: adds hole or shaft tolerances using ISO 286 to a dimension. introduced in 0.21

Stacking

  • Stack Top: moves views to the top of the stacking order. introduced in 0.21
  • Stack Bottom: moves views to the bottom of the stacking order. introduced in 0.21
  • Stack Up: moves views up one level in the stacking order. introduced in 0.21
  • Stack Down: moves views down one level in the stacking order. introduced in 0.21

Aligning

  • Align Vertices/Edge Vertically
  • Align Vertices/Edge Horizontally

Attributes/Modifications

  • Select Line Attributes, Cascade Spacing and Delta Distance: selects the attributes (style, width and color) for new cosmetic lines and centerlines, and specifies the cascade spacing and delta distance.
  • Change Line Attributes: changes the attributes (style, width and color) of cosmetic lines and centerlines.
  • Extend Line: extends a cosmetic line or centerline at both ends.
  • Shorten Line: shortens a cosmetic line or centerline at both ends.
  • Toggle View Lock: locks or unlocks the position of a view.
  • Position Section View: orthogonally aligns a section view with its source view.
  • Align Horizontal Chain Dimensions: aligns horizontal dimensions to create a chain dimension.
  • Align Vertical Chain Dimensions: aligns vertical dimensions to create a chain dimension.
  • Align Oblique Chain Dimensions: aligns oblique dimensions to create a chain dimension.
  • Cascade Horizontal Dimensions: evenly spaces horizontal dimensions.
  • Cascade Vertical Dimensions: evenly spaces vertical dimensions.
  • Cascade Oblique Dimensions: evenly spaces oblique dimensions.
  • Area Annotation: calculates the area of selected faces and inserts an area annotation.
  • Arc Length Annotation: calculates the arc length of selected edges and inserts an arc length annotation. introduced in 1.0
  • Customize Format Label: customizes the formatting of a balloon text or dimension text. GD&T symbols and other special character can be added.

Centerlines/Threading

  • Circle Centerlines: adds centerlines to circles and arcs.
  • Bolt Circle Centerlines: adds centerlines to a circular pattern of circles.
  • Cosmetic Thread Hole Side View: adds a cosmetic thread to the side view of a hole.
  • Cosmetic Thread Hole Bottom View: adds a cosmetic thread to the top or bottom view of holes.
  • Cosmetic Thread Bolt Side View: adds a cosmetic thread to the side view of a bolt/screw/rod.
  • Cosmetic Thread Bolt Bottom View: adds a cosmetic thread to the top or bottom view of bolts/screws/rods.
  • Cosmetic Intersection Vertices: adds cosmetic vertices at the intersection(s) of selected edges.
  • Offset Vertex: adds a cosmetic vertex at a specified offset from a selected vertex. introduced in 1.0
  • Cosmetic 1 Point Circle: adds a cosmetic circle based on one vertex. introduced in 1.0
  • Cosmetic 2 Point Circle: adds a cosmetic circle based on two vertices.
  • Cosmetic 3 Point Circle: adds a cosmetic circle based on three vertices.
  • Cosmetic Arc: adds a cosmetic counter clockwise arc based on three vertices.
  • Cosmetic Parallel Line: adds a cosmetic line parallel to another line through a vertex.
  • Cosmetic Perpendicular Line: adds a cosmetic line perpendicular to another line through a vertex.

Format/Organize Dimensions

  • Horizontal Chain Dimension: creates a sequence of aligned horizontal dimensions.
  • Vertical Chain Dimension: creates a sequence of aligned vertical dimensions.
  • Oblique Chain Dimension: creates a sequence of aligned oblique dimensions.
  • Horizontal Coordinate Dimension: creates multiple evenly spaced horizontal dimensions starting from the same baseline.
  • Vertical Coordinate Dimension: creates multiple evenly spaced vertical dimensions starting from the same baseline.
  • Oblique Coordinate Dimension: creates multiple evenly spaced oblique dimensions starting from the same baseline.
  • Horizontal Chamfer Dimension: creates a horizontal size and angle dimension for a chamfer.
  • Vertical Chamfer Dimension: creates a vertical size and angle dimension for a chamfer.
  • Arc Length Dimension: creates an arc length dimension.
  • Insert '⌀' Prefix: inserts a '⌀' symbol at the beginning of the dimension text.
  • Insert '□' Prefix: inserts a '□' symbol at the beginning of the dimension text.
  • Insert 'n×' Prefix: inserts a repeated feature count at the beginning of the dimension text. introduced in 1.0
  • Remove Prefix: removes all symbols at the beginning of the dimension text.
  • Increase Decimal Places: increases the number of decimal places of the dimension text.
  • Decrease Decimal Places: decreases the number of decimal places of the dimension text.

Annotations

  • Text Annotation: adds a plain text block as annotation.
  • Rich Text Annotation: adds an rich text block as annotation to a leaderline or a view.
  • Balloon Annotation: adds a "balloon" annotation to a page.
  • Axonometric Length Dimension: adds an axonometric length dimension. introduced in 0.21

Add Lines

  • Leader Line: adds a leader line to a view
  • Centerline on Face: adds a centerline to selected face(s).
  • Centerline Between 2 Lines: adds a centerline between 2 lines.
  • Centerline Between 2 Points: adds a centerline between 2 points.
  • Cosmetic Line Through 2 points: adds a cosmetic line connecting 2 vertices.
  • Edit Line Appearance: changes the appearance of selected line(s).
  • Toggle Edge Visibility: shows/hides invisible lines/edges in a view.

Add Vertices

  • Cosmetic Vertex: adds a Vertex which is not part of the source geometry.
  • Midpoint Vertices: adds Cosmetic Vertices at midpoints of selected edges.
  • Quadrant Vertices: adds Cosmetic Vertices at quarter points of selected (circular) edges.

Miscellaneous

  • Remove Cosmetic Object: removes cosmetic objects from a page.

Obsolete Tools

  • Add View to Clip Group: adds an existing view to a clip group. Not available in 1.0 and above.
  • Remove View from Clip Group: removes a view from a clip group. Not available in 1.0 and above.
  • Insert Landmark Dimension - EXPERIMENTAL: adds a landmark distance dimension. Not available in 1.1 and above.
  • Link Dimension to 3D Geometry: links an existing dimension to the 3D geometry (deprecated). Not available in 1.1 and above.
  • Move View: moves a view and its dependents to a different page. Not available in 1.0 and above.
  • Turn View Frames On/Off: turns the display of View frames, labels and vertices on or off. Not available in 1.1 and above.

Additional features

  • Line Groups: to control the appearance of various types of lines.
  • Templates: the default templates defined for the drawing pages.
  • Hatching: explanation of the different hatching techniques.
  • Geometric dimensioning and tolerancing: explanation on how to achieve geometric dimensioning and tolerancing.

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:

  • Autogenerated API documentation
  • FreeCAD Scripting Basics
  • Editable Text Fields

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

  • Basic TechDraw Tutorial: introduction to creating drawings with the TechDraw Workbench.
  • Creating a new template: instructions to create a new page template in Inkscape for using with the TechDraw Workbench.
  • TechDraw TemplateGenerator: instructions to create a macro for generating a basic template.
A "few" added lines of code result in a tool like the Macro TemplateHelper.
  • Measurement Of Angles On Holes: instructions for adding centerlines and subsequent angle representations on holes.
  • Miscellaneous: instructions for different settings like center marks, etc.
  • TechDraw Pitch Circle Tutorial: instructions for adding a pitch circle.

Video tutorials by sliptonic

  • TechDraw Workbench Part 1 (Basics), Part 2 (Dimensions), Part 3 (Multiview)
  • TechDraw Workbench Part 4 (Section and Detail), Part 5 (Customizing Templates)

Development

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


Pracovní plocha Surface
Externí pracovní plochy
Index

Tato stránka je načtena z https://wiki.freecad.org/TechDraw_Workbench

Buďte v kontaktu!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© Tým FreeCAD. Autorství obrázků úvodní stránky (od zhora dolů): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

Tento projekt podporují: , KiCad Services Corp. a ostatní sponzoři

GitHubVylepšete tuto stránku na GitHubu