Arch Module

From FreeCAD Documentation
Revision as of 20:36, 20 September 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
Arch workbench icon

建築ワークベンチによって近代的なBIMワークフローをFreeCADで使用することができます。IFCサポート、壁や構造要素や窓といった完全にパラメトリックな建築物の構成要素、優れた2Dドキュメント制作といった機能がサポートされています。また建築ワークベンチでは製図ワークベンチの全てのツールが使用できます。

The Arch Workbench provides a modern building information modelling (BIM) workflow to FreeCAD, with support for features like fully parametric architectural entities such as walls, beams, roofs, windows, stairs, pipes, and furniture. It supports industry foundation classes (IFC) files, and production of 2D floor plans in combination with the TechDraw Workbench.

The Arch Workbench imports all tools from the Draft Workbench, as it uses its 2D objects to build 3D parametric architectural objects. Nevertheless, Arch can also use solid shapes created with other workbenches like Part and PartDesign.

建築ワークベンチによって近代的なBIMワークフローをFreeCADで使用することができます。IFCサポート、壁や構造要素や窓といった完全にパラメトリックな建築物の構成要素、優れた2Dドキュメント制作といった機能がサポートされています。また建築ワークベンチでは製図ワークベンチの全てのツールが使用できます。

The developers of Draft, Arch, and BIM also collaborate with the greater OSArch community, with the ultimate goal of improving building design by using entirely free software.

構築用ツール

建築用オブジェクトを作成するためのツールです。

  • : 選択されているオブジェクトを基礎として壁を作成します
  • 構造要素: 選択されているオブジェクトを基礎として構造要素を作成します
  • Rebar tools: the Reinforcement Addon augments the Arch Workbench Structures.
    • Straight Rebar: creates a Straight reinforcement bar in a selected structural element.
    • UShape Rebar: creates a UShape reinforcement bar in a selected structural element.
    • LShape Rebar: creates a LShape reinforcement bar in a selected structural element.
    • Bent Shape Rebar: creates a Bent Shape reinforcement bar in a selected structural element.
    • Stirrup Rebar: creates a Stirrup reinforcement bar in a selected structural element.
    • Helical Rebar: creates a Helical reinforcement bar in a selected structural element.
    • ColumnReinforcement: creates a reinforcing bars inside a Column Arch Structure object.
    • ColumnReinforcement TwoTiesSixRebars: creates a reinforcing bars inside a Column Arch Structure object.
    • BeamReinforcement: creates reinforcing bars inside a Beam Arch Structure object.
    • Rebar: creates a custom reinforcement bar in a selected structural element using a sketch.
  • : 選択されているオブジェクトを含む床を作成します
  • Building: 選択されているオブジェクトを含む建造物を作成します
  • サイト: 選択されているサイトを含む建造物を作成します
  • : 選択されているオブジェクトを基礎として使って窓を作成します
  • 断面: ドキュメントに断面を追加します
  • 座標系: ドキュメントに座標系を追加します
  • 屋根: 選択されている面から傾斜屋根を作成します

修正用ツール

These are tools for modifying architectural objects.

  • 追加: 構成要素にオブジェクトを追加します
  • 削除: 構成要素からオブジェクトを減算したり削除したりします

ユーティリティ

特定の作業を補助するための付加的なツールです。

  • メッシュの分割: 選択されているメッシュを別々の構成要素に分割します
  • メッシュからシェイプへ: 同一面を統合しつつメッシュをシェイプに変換します
  • シェイプの削除: 三次元シェイプベースの建築オブジェクトを完全にパラメトリックなものに変えます
  • 非ソリッドなメッシュを選択: 現在の選択オブジェクトまたはドキュメントから全ての非ソリッドなメッシュを選択します
  • 穴埋め: 選択されているシェイプベースオブジェクトの穴を埋めます
  • 検証: 選択されているオブジェクトが欠陥を含んでいないソリッドであるかどうかをチェックします

Preferences

  • Preferences: preferences for the default appearance of walls, structures, rebars, windows, stairs, panels, pipes, grids and axes.

ファイル形式

  • IFC : Industry Foundation Classes形式(インポートのみ)
  • DAE : Colladaメッシュ形式
  • OBJ : Objメッシュ形式(エクスポートのみ)

API

The Arch module can be used in Python scripts and macros using the Arch Python API functions.

Tutorials