Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntsm committed Jun 11, 2023
1 parent 480d7a7 commit 2047b68
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 36 deletions.
22 changes: 22 additions & 0 deletions website/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ title: Changelog

---

## [v2.4.0 - 2023-06-11](https://github.com/hrntsm/HoaryFox/releases/tag/v2.4.0)

### 追加

- S2Lコンポーネント
- 杭の可視化対応
- 節点のオフセットの有無を反映するboolの追加
- S2Bコンポーネント
- S杭を除く杭の可視化
- 矩形のフーチングの可視化
- 変換結果のログ出力と保存
- 鉄骨のT断面、C断面、L断面の背中合わせ、顔合わせに対応
- CFT断面の出力

### 変更

- これまで1つでもエラーがあると変換結果が出力されなかったが、変換エラーの情報をログに記載して、それ以外は出力されるようにした。

### 修正

- ハンチのある梁のハンチ長がこれまではジョイント長で作成されていたため、ハンチ長で作成するようにした。

## [v2.3.0 - 2022-10-15](https://github.com/hrntsm/HoaryFox/releases/tag/v2.3.0)

### 追加
Expand Down
85 changes: 49 additions & 36 deletions website/docs/Component/Geometry.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,25 @@ title: Geometry

部材を Line で表示する

|入力|説明|
|---|:---:|
|Data|Load STB file コンポーネントの Data 出力を入力|
|Bake|各 Line を断面符号ごとにレイヤー分けして Bake する|

|出力|説明|
|---|:---:|
|Nodes| 節点の Point3d のリストを出力|
|Columns| 柱の Line のツリーを出力|
|Girders| 大梁の Line のツリーを出力|
|Posts| 間柱の Line のツリーを出力|
|Beams| 小梁の Line のツリーを出力|
|Braces| ブレースの Line のツリーを出力|
| 入力 | 説明 |
| ---------- | :------------------------------------------------: |
| Data | Load STB file コンポーネントの Data 出力を入力 |
| OffsetNode | 部材端部のオフセットの考慮の有無 |
| Bake | 各 Line を断面符号ごとにレイヤー分けして Bake する |

| 出力 | 説明 |
| ------- | :----------------------------: |
| Nodes | 節点の Point3d のリストを出力 |
| Columns | 柱の Line のツリーを出力 |
| Girders | 大梁の Line のツリーを出力 |
| Posts | 間柱の Line のツリーを出力 |
| Beams | 小梁の Line のツリーを出力 |
| Braces | ブレースの Line のツリーを出力 |
| Piles | 杭の Line のツリーを出力 |

### 備考

- 杭についてはオフセットの有無で杭長が変わらないように出力しているため、オフセットを False にした場合、杭先端がオフセット分だけ異なる位置に表示されます。

---

Expand All @@ -35,25 +41,32 @@ title: Geometry

部材を Brep で表示する

|入力|説明|
|---|:---:|
|Data|Load STB file コンポーネントの Data 出力を入力|
|Bake|各 Brep を断面符号ごとにレイヤー分けして Bake する|

|出力|説明|
|---|:---:|
|Columns| 柱形状を表す Brep のツリーを出力|
|Girders| 大梁形状を表す Brep のツリーを出力|
|Posts| 間柱形状を表す Brep のツリーを出力|
|Beams| 小梁形状を表す Brep のツリーを出力|
|Braces| ブレース形状を表す Brep のツリーを出力|
|Slabs| スラブ形状を表す Brep のツリーを出力|
|Walls| 壁形状を表す Brep のツリーを出力|
| 入力 | 説明 |
| ---- | :------------------------------------------------: |
| Data | Load STB file コンポーネントの Data 出力を入力 |
| Bake | 各 Brep を断面符号ごとにレイヤー分けして Bake する |

| 出力 | 説明 |
| -------- | :--------------------------------------: |
| Log | 変換結果のログ出力 |
| Columns | 柱形状を表す Brep のツリーを出力 |
| Girders | 大梁形状を表す Brep のツリーを出力 |
| Posts | 間柱形状を表す Brep のツリーを出力 |
| Beams | 小梁形状を表す Brep のツリーを出力 |
| Braces | ブレース形状を表す Brep のツリーを出力 |
| Slabs | スラブ形状を表す Brep のツリーを出力 |
| Walls | 壁形状を表す Brep のツリーを出力 |
| Piles | 杭形状を表す Brep のツリーを出力 |
| Footings | フーチング形状を表す Brep のツリーを出力 |

### 表示仕様

- 床、壁の開口は反映されません。
- Log は GH コンポーネントと同じフォルダに変換ごとにファイルとして保存されます。
- 床の開口は反映されません。
- 平面でないスラブでは近似した面を張るため処理が重い場合があります。
- SRC,CFT は S と RC を一体化した一つの Brep として作成されます。
- C 断面の背中合わせは H 型、顔合わせはボックス型として出力されます。
- L 断面の背中合わせは T 型、顔合わせは C 型として出力されます。

---

Expand All @@ -63,12 +76,12 @@ title: Geometry

階と軸をラインで表示する

|入力|説明|
|---|:---:|
|Data|Load STB file コンポーネントの Data 出力を入力|
|Factor|軸線の長さの比率|
|Size|軸名、階名の文字のサイズ。デフォルトは 12|
| 入力 | 説明 |
| ------ | :--------------------------------------------: |
| Data | Load STB file コンポーネントの Data 出力を入力 |
| Factor | 軸線の長さの比率 |
| Size | 軸名、階名の文字のサイズ。デフォルトは 12 |

|出力|説明|
|---|:---:|
|Axis| 軸と階を示す Line の出力|
| 出力 | 説明 |
| ---- | :----------------------: |
| Axis | 軸と階を示す Line の出力 |
Binary file modified website/images/Component/StbToBrep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/images/Component/StbToLine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2047b68

Please sign in to comment.