Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntsm committed Dec 29, 2021
1 parent 14d6879 commit e811e04
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,21 @@ title: Changelog

### 追加

- LCA 解析への出力のためのフィルター機能を追加
- MaterialType
- Story
- Filter by Material

### 修正

- Karamba3D 連携で、断面形状が null のときエラーで止まっていたため修正

### 変更

- Stb to Brep コンポーネントで Brep を作成する方法を変更した。
- これまでの方法では、体積が負になることがあったため Brep の法線を確認して体積が負になるならば面を反転する処理を追加した。
- Planer の面にならないスラブに厚さを与えるようにした。

---

## [v2.0.1 - 2021-10-10](https://github.com/hrntsm/HoaryFox/releases/tag/v2.0.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ title: Changelog

---

## [v2.1.0 - 2021-12-29](https://github.com/hrntsm/HoaryFox/releases/tag/v2.1.0)

### ADD

- Added filtering for output to LCA analysis
- MaterialType
- Story
- Filter by Material

### FIX

- Karamba3D connection error stopped when the cross-sectional shape was null.

### CHANGE

- The method of creating a brep with the Stb to Brep component has been changed.
- In the previous method, the volume was sometimes negative, so we added a process to check the normal of the brep and flip the face if the volume is negative.
- Slabs that are not Planer faces are now given a thickness.

---

## [v2.0.1 - 2021-10-10](https://github.com/hrntsm/HoaryFox/releases/tag/v2.0.1)

### ADD
Expand Down

0 comments on commit e811e04

Please sign in to comment.