Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cad/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build/
tmp/

*.ifc
32 changes: 32 additions & 0 deletions cad/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
CAD
===

Computer-Aided Design.

コンピュータを用いて作成した設計のこと。

CADを扱うためのツールをCADシステムという。


## FreeCAD

Pythonから操作することも可能なオープンソースのソフトウェア。

https://www.freecadweb.org/?lang=ja


1. `Ctrl + N` で新規作成
1. ワークベンチを `Start` から `Sketcher` に変更
1. `スケッチを作成` を選択


### グリッドの表示

下記にチェックを入れると表示される。

メニュー > 編集 > 設定 > Sketcher > 標準 > Sketcher > グリッドの表示

### 座標編集

* 座標拘束をしてから、表示されている寸法数字をダブルクリックする
* 原点からの長さを参考に調整する
Binary file added cad/src/house/house.FCStd
Binary file not shown.
Binary file added cad/src/house/house.FCStd1
Binary file not shown.