FreeCAD Logo FreeCAD 1.0
  • 英語 アフリカーンス語 アラビア語 ベラルーシ語 カタロニア語 チェコ語 ドイツ語 ギリシャ語 スペイン語 スペイン語 バスク語 フィンランド語 フィリピン語 フランス語 ガリシア語 クロアチア語 ハンガリー語 インドネシア語 イタリア語 日本語 カビル語 韓国語 リトアニア語 オランダ語 ブークモール・ノルウェー語 ポーランド語 ポルトガル語 ポルトガル語 ルーマニア語 ロシア語 スロバキア語 スロベニア語 セルビア語 スウェーデン語 トルコ語 ウクライナ語 バレンシア語 ベトナム語 中国語 中国語
  • 特徴
  • ダウンロード
  • ブログ
  • ドキュメント
    ドキュメントの目次 初めての方へ ユーザー ドキュメント FreeCAD マニュアル ワークベンチのドキュメント Python コーディングドキュメント C++ コーディングドキュメント チュートリアル よくある質問 プライバシーポリシー FreeCADについて
  • 協力する
    協力するには Sponsor バグを報告 プルリクエストを作成 雇用と資金援助 コントリビューション ガイドライン 開発者ハンドブック 翻訳
  • コミュニティ
    行動規範 フォーラム The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn カレンダー
  • ♥ Donate

Donate

$
SEPA 情報
SEPA 銀行振込を設定してください。:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
銀行振込サービス: BNP Paribas Fortis
アドレス: 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!

Preparing models for 3D printing
BIM modeling
Manual start
  • はじめに
  • FreeCADを知る
    • FreeCADとは
    • インストール
      • Windowsへのインストール
      • Linuxへのインストール
      • Mac OSへのインストール
      • アンインストール
      • 基本設定
      • 追加機能のインストール
    • FreeCADのユーザーインタフェース
      • ワークベンチ
      • ユーザーインタフェース
      • ユーザーインターフェースのカスタマイズ
    • 3D ビューの操作
      • 3D空間について
      • FreeCADの3Dビュー
      • オブジェクトの選択
    • FreeCADのファイル形式
    • パラメトリック・オブジェクト
    • 他のファイル形式のインポートとエクスポート
  • FreeCADでの作業
    • ワークベンチ一覧
    • CSG流の伝統的モデリング方法
    • 伝統的2D製図
    • 製品設計のためのモデリング
    • 3D印刷のためのモデルの準備
      • スライサーへのエクスポート
      • Converting objects to meshes
      • PrusaSlicerを使う
      • Gコード生成
    • 2D図面の作成
    • BIMモデリング
    • スプレッドシートの利用
      • Reading properties
      • Writing properties
    • 有限要素法解析
    • モデルのレンダリング
  • Pythonスクリプティング
    • Pythonスクリプティング入門
      • Writing Python code
      • Manipulating FreeCAD objects
      • Vectors and Placements
    • ジオメトリの生成と操作
    • パラメトリックなオブジェクトの生成
    • ユーザーインタフェース・ルールの作成
  • コミュニティー

When your model cannot be printed or milled directly by a machine, for example, it is too big (a building) or it requires manual assembly after the pieces are ready, you will usually need to explain to another person how to do it. In technical fields (engineering, architecture, etc), this is usually done with drawings. The drawings are handed over to the person responsible for assembling the final product and will explain how to do it.

Typical examples are Ikea instructions, architectural drawings, and blueprints. These drawings usually contain not only the drawing itself, but also many annotations, such as text, dimensions, numbers, and symbols that will help other people to understand what needs to be done and how.

In FreeCAD, the workbench responsible for making such drawings is the TechDraw Workbench.

The TechDraw Workbench allows you to create sheets, which can be blank or use a pre-made template to already have a series of items on the sheet, such as borders and a title. On these sheets, you can then place views of the 3D objects you modeled previously, and configure how these views will appear on the sheet. You can also place all kinds of annotations on the sheet, such as dimensions, texts, and other symbols commonly used in technical drawings.

Drawing sheets, once complete, can be printed or exported as SVG, PDF or DXF files.

In the following exercise, we will see how to create a simple drawing of a chair model found in the FreeCAD library (Industrial Design → Chairs → IkeaLikeChair). The FreeCAD library can easily be added to your FreeCAD installation (refer to the installing chapter of this manual), or you can simply download the model from the library webpage, or via the direct link provided at the bottom of this chapter.

  • Load the IkeaLikeChair file from the library. You can choose between the .FCStd version, which will load the full modeling history or the .step version, which will create only one object, without the history. Since we won't need to model any further now, it is best to choose the .step version, as it will be easier to manipulate.

  • Switch to the TechDraw Workbench
  • Press the TechDraw PageTemplate button.
  • Select the A4_Portrait_ISO7200TD template. A new tab will open in your FreeCAD window, showing the new page.
  • In the tree view (or in the model tab), select the chair model. It will most likely be named something like "Open CASCADE STEP translator."
  • Press the TechDraw View button.
  • A View object will be created on our page. Select the view object in the tree view, and then give the view the following properties in the data tab of the combo view:
    • Under the Base category:
      • X: 70 mm
      • Y: 120 mm
      • Rotation: 0
      • Scale: 0.1
    • Under the Projection category (hit the drop-down arrow to modify the x, y, and z components of these properties individually):
      • Direction: [0 0 1]
      • XDirection: [0 -1 0] (Change the y field first, then the x field)
  • We now have a nice top view of our chair. Hit the TechDraw ToggleFrame button to turn the View frames, labels, and vertices off.

  • Let's repeat the operation twice, to create two more views. We will set their X and Y values, which indicate the position of the view on the page, in order to show them apart from the top view, and their direction, to create different view orientations. Give each new view the following properties:
    • View001 (front view): X: 70, Y: 220, Scale: 0.1, Rotation: 0, Direction: (-1,0,0), XDirection: (0,-1,0)
    • View002 (side view): X: 150, Y: 220, Scale: 0.1, Rotation: 0, Direction: (0,-1,0), XDirection: (1,0,0)
  • After that, we obtain the following page:

  • Note that there may be easier ways to get the views that you want. You can simply rotate the 3D view of your model, and once you have the view you want, select the model in the tree view and hit New View. This will automatically insert a view with the desired rotation and direction properties. You can also use the TechDraw ProjectionGroup tool.
  • We can tweak the aspect of our views if we want, for example, we can change their Line Width property (under the View tab in the Combo View) to 0.5.

We will now place dimensions and indications on our drawing. There are two ways to add dimensions to a model: one is placing the dimensions inside the 3D model, using the Dimension tool of the Draft Workbench, and then placing a view of these dimensions on our sheet with the TechDraw DraftView tool. The other is to do things directly on the TechDraw sheet. We'll use the latter method.

  • Hit the Toggle button to turn the vertices on.
  • Use Ctrl + Left Mouse Click to select the two vertices you want to measure the distance between.
  • Hit the TechDraw LengthDimension button.

  • Repeat the operation, until all the dimensions you wish to indicate are placed. Use the TechDraw VerticalDimension and TechDraw HorizontalDimension tools as necessary.
  • Take a minute to look at the properties of the Dimension object in the Combo View.
  • Please note that if you are dimensioning an axonometric view (e.g., isometric view) instead of a multiview view (e.g., front view) as we have done here, you will need to use the TechDraw LinkDimension tool to get an accurate dimension.

  • We will now place the two callouts shown in the image above, using the TechDraw Balloon tool.

  1. Looking at the Page in the 3D view window, select the View to which the Balloon will be attached, as shown in the image above.
  2. Press the Balloon button.
  3. The cursor is now displayed as a balloon icon. Click on the page to place the balloon origin at the desired position.
  4. The balloon bubble may be dragged to the desired position.
  5. Change the balloon properties by double-clicking the balloon label or the balloon object in the tree view. This will open the Balloon Task dialog. Set the Value field to the desired text and change the Symbol drop-down menu selection to None
  6. Press OK
  7. Repeat the operation for the second callout.
  • We will now fill in the sheet title block.
    • Make sure that the View frames, labels, and vertices are visible. If not, hit the Toggle button.
    • Edit the text in each section of the sheet title block by clicking on the small green square on the left side of the text.

Our page can now be exported to SVG for further work in graphical applications like Inkscape or to DXF. Select the page in the tree view and then select menu File → Export. The DXF format is importable in almost all existing 2D CAD applications. TechDraw pages can also be directly printed or exported to PDF.

Downloads

  • The file created during this exercise: drawing.FCStd
  • The SVG sheet produced from that file: drawing.svg

Read more

  • The TechDraw workbench
  • Create custom templates
  • Another TechDraw tutorial
  • The FreeCAD library
  • Inkscape

Watch tutorials

  • Sliptonic's TechDraw playlist
  • Symbols and Views


Preparing models for 3D printing
BIM modeling
Manual start

このページは以下から取得されています https://wiki.freecad.org/Manual:Generating_2D_drawings

お問い合わせ
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD チーム. ホームページの画像クレジット(上から下へ): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

このプロジェクトは次の人によってサポートされています: , KiCad Services Corp. および その他のスポンサー

GitHubGitHub でこのページを改善する