User hub/ja

From FreeCAD Documentation
Revision as of 10:03, 28 May 2022 by FuzzyBot (talk | contribs) (Updating to match new version of source page)


ここはFreeCADの初心者のためのヘルプエリアです。

このページはまだ開発の初期段階であることに注意してください。現在、エンドユーザのための十分なドキュメントがまだ整備されていません。これは、FreeCAD自体がいまだ開発の初期段階にとどまっており、ファイナルユーザーの興味を持つツールが用意されていないからです。

それから、あなたがここに乗せたい情報を持っているとしたら、何故それをここに追加してマニュアルの成長を手伝ってくれないんですか?wikiページの編集は簡単です。このページがあなたの手助けになってくれます。

それから、あなたがここに乗せたい情報を持っているとしたら、何故それをここに追加してマニュアルの成長を手伝ってくれないんですか?wikiページの編集は簡単です。このページがあなたの手助けになってくれます。

FreeCADの使用

はじめに

Migrating from other software?

基本的なアプリケーション

ワークベンチ

ここはFreeCADの初心者のためのヘルプエリアです。

Workbenches are collections of tools used for specific tasks. These are the base workbenches bundled with every FreeCAD installation:

  • Standard tools. These commands and tools are present in all workbenches.
  • The FEM Workbench provides Finite Element Analysis (FEA) workflow.
  • The Inspection Workbench is made to give you specific tools for examination of shapes. It is still under development.
  • The Path Workbench is used to produce G-Code instructions. It is still under development.
  • The Reverse Engineering Workbench is intended to provide specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features. It is still under development.

Macros

Macros are relatively small snippets of Python code that perform a simple or a complex task that is not available in the base FreeCAD system.

Power users have written various macros to enhance FreeCAD with more capabilities.

Since FreeCAD 0.17, many macros can be installed using the Addon Manager. For a list of the macros refer to the Macros recipes page. For manual installation see How to install macros.

External workbenches

When many macros or functions are developed together, and are organized in toolbars and menus, they can become a new workbench.

External workbenches are collections of functions that are not part of the base FreeCAD system, usually developed by experienced users, and targeting a particular need.

Since FreeCAD 0.17, many workbenches can be installed using the Addon Manager. For manual installation see How to install additional workbenches.

リファレンス

オンラインヘルプ

これはFreeCADの公式なオンラインヘルプです。オンラインヘルプシステム全体が、現在書き直し中なので注意してください。オンラインヘルプは、FreeCADバイナリパッケージと一緒に配布されるCHMファイルの生成に使用されます。オンラインヘルプは、その時点での、このwikiの中の最も完全なセクションの一部をまとめたものです。

さらに

  • パワーユーザーハブではFreeCADのより高度な使用方法を見ることができます
  • アーキテクチャワークフロー:アーキテクチャフローでの、予備的な配置をFreeCADで行う方法の例です。
  • もしあなたがFreeCADを手助けしてくれるなら、FreeCADを手伝うを参照してください。
  • FreeCADメンバーのコミュニティによって行われたプロジェクトの一覧FreeCADコミュニティポータルです。
  • Don't understand a term or phrase as used in FreeCAD? Try the Glossary page.