Workbenches/ja: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 45: Line 45:
* [[Image:Workbench_Surface.svg|32px]] The [[Surface_Module|Surface workbench]] provides tools to create and modify surfaces. It is similar as the Part Shape builder Face from edges.
* [[Image:Workbench_Surface.svg|32px]] The [[Surface_Module|Surface workbench]] provides tools to create and modify surfaces. It is similar as the Part Shape builder Face from edges.
* [[Image:Workbench_TechDraw.svg|32px]] The [[TechDraw Module|TechDraw Workbench]] is the more advanced and feature-rich successor of [[Drawing Module|Drawing]]
* [[Image:Workbench_TechDraw.svg|32px]] The [[TechDraw Module|TechDraw Workbench]] is the more advanced and feature-rich successor of [[Drawing Module|Drawing]]
* [[Image:Workbench_Test.svg|32px]] The [[Debugging|Test Framework Workbench]] is for debugging FreeCAD.
* [[Image:Workbench_Test.svg|32px]] The [[Testing|Test Framework Workbench]] is for debugging FreeCAD.
* [[Image:Workbench_Web.svg|32px]] The [[Web Workbench|Web Workbench]] provides you with a browser window instead of the 3D-View within FreeCAD.
* [[Image:Workbench_Web.svg|32px]] The [[Web Workbench|Web Workbench]] provides you with a browser window instead of the [[3D View]] within FreeCAD.


=== Deprecated ===
=== Deprecated ===
Line 70: Line 70:
</div>
</div>


{{Userdocnavi}}


{{Userdocnavi{{#translation:}}}}
[[Category:User Documentation/jp]]

Revision as of 03:00, 19 February 2020

RevitCatiaといった多くの現代的なデザインのためのアプリケーションと同様、FreeCADはワークベンチというコンセプトを基盤にしています。ワークベンチとは言うなれば特定の作業のために特別に編成されたツールのセットです。伝統的な家具工房では木材を扱う者のための作業台や金属部品を扱う者のための作業台があり、恐らくは全ての部品を一つに組み立てる者のための作業台もあったことでしょう。

FreeCAD, like many modern design applications such as Revit or CATIA, is based on the concept of Workbench. A workbench can be considered as a set of tools specially grouped for a certain task. In a traditional furniture workshop, you would have a work table for the person who works with wood, another one for the one who works with metal pieces, and maybe a third one for the guy who mounts all the pieces together.

FreeCADでは同じ考え方を採用しています。関係する作業に従ってツールはワークベンチにグループ化されているのです。

あるワークベンチから別のワークベンチに切り替えると、そのインタフェースで利用できるツールが変わります。

ワークベンチを切り替えるとインターフェイスが変わってそのツールが利用可能になります。ツールバー、コマンドバー、さらにはインターフェイスの他の部分も新しいワークベンチに切り替わりますが、シーンの内容は変わりません。例えば製図ワークベンチで2D形状を描画し、さらにパートワークベンチを使ってそこから作業を続けるといったことが可能です。

ワークベンチは「モジュール」と呼ばれることがあります。ただし、ワークベンチとモジュールは別のエンティティです。モジュールはFreeCADを拡張したものですが、ワークベンチはツールバーやメニューをまとめた特別なGUI設定です。通常、すべてのモジュールには独自のワークベンチが含まれているため、名前を交差使用しています。

ビルトインワークベンチ

今のところ以下のワークベンチが利用可能になっています:

  • Std Base. This is not really a workbench, but this category serves to collect all "standard" commands and tools of the system which can be used in all workbenches.

Deprecated

The following workbenches are still included in the base installation for compatibility purposes, but they should no longer be used.

External workbenches

FreeCADワークベンチはPythonでプログラムするのが簡単です。したがって、FreeCADの主な開発者の外に追加のワークベンチを開発する人がいます。

The external workbenches page lists all that are known to this community. Most are easily installable from within FreeCAD, using the Addon Manager, found under menu Tools → Addon manager.

複数の新しいワークベンチが開発中です。お楽しみに!