User hub/ja: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 43: Line 43:


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
* [[Mouse Model/jp|マウスモデル]]:3D空間を操作するためのマウスの使い方
* [[Mouse_navigation/ja|マウスモデル]]:3D空間を操作するためのマウスの使い方
* [[Document structure/jp|ドキュメントの構造]]:FreeCADドキュメントの作られ方
* [[Document structure/ja|ドキュメントの構造]]:FreeCADドキュメントの作られ方
* [[Preferences Editor/jp|設定]] と [[Interface Customization|カスタマイズ]]:FreeCADを用途に応じて設定する方法
* [[Preferences Editor/ja|設定]] と [[Interface Customization|カスタマイズ]]:FreeCADを用途に応じて設定する方法
* [[Property/jp|プロパティ]]:FreeCADプロパティオブジェクトの仕組み
* [[Property/ja|プロパティ]]:FreeCADプロパティオブジェクトの仕組み
* [[Workbenches/jp|ワークベンチのコンセプト]]:FreeCADインターフェースの作り方
* [[Workbenches/ja|ワークベンチのコンセプト]]:FreeCADインターフェースの作り方
* [[Macros/jp|マクロ]]:頻繁に繰り返す作業の簡単な自動化方法
* [[Macros/ja|マクロ]]:頻繁に繰り返す作業の簡単な自動化方法
</div>
</div>



Revision as of 17:09, 5 November 2021



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

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

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

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

FreeCADの使用

はじめに

See also:

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

ワークベンチ

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

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

  • Std Base. This is not really a workbench, but rather a category of 'standard' commands and tools that can be used 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.