Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add v2 chagelog #181

Merged
merged 3 commits into from
Sep 17, 2021
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/test-build-document.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: test build document site

on:
push:
pull_request:
branches: [develop]
paths:
- "website/**"
Expand Down
33 changes: 33 additions & 0 deletions website/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ title: Changelog

---

## [v2.0.0 - 2021-09-17](https://github.com/hrntsm/HoaryFox/releases/tag/v2.0.0)

### 変更

- これまでは ST-Bridge v1 と v2 の両方に対応していたが、本バージョンから v2 のみ対応とした
- Stb2Brep、Stb2Line のコンポーネントの機能を使い Bake した際より多くの情報が Rhino での UserText として出力されるようにした
- Stb2Brep で部材のハンチに対応した Brep が表示されるようにした
- Tag コンポーネントはこれまで 中央断面等の代表断面のみを表示していたが、全ての断面情報が表示されるようにした
- SRC の場合は、RC形状、鉄骨形状 ともに出力される
- 壁開口が非対応となった
- Stb2Brep コンポーネントでスラブと壁を一枚のサーフェスではなく Closed Brep で出力するようにした
- HoaryFox v1 のときは、Karamba3D から ST-Bridge に変換した際に、変換状況の概要がパネルで確認できたが、v2 では現状できなくなった

### 追加

- スラブと壁のタグ出力が可能になった
- SlabNameTag, WallNameTag, SlabSectionTag, WallSectionTag の追加
- 軸の表示機能の追加
- Axis コンポーネントを使うことで、階情報、軸情報が出力される
- Karamba3D への変化の際、ST-Bridge 内での RC の材料名称に応じて Karamba3Dないでの材質を指定するようにした。
- 例えば材質が FC21 となっている場合、建築学会の基準に基づき FC21 相当の材料物性が入力される
- 強度に応じてヤング率、せん断弾性係数、密度が変わる
- 対応は fc18, 21, 24, 26, 30, 33, 36, 40, 42, 45, 50, 55, 60 でそれ以外は fc21 相当の材質で変換
- 鋼材は強度以外は材質間で変化ないのですべてSN400扱い
- Karamba3D データの ST-Bridge への変換出力がこれまでの ST-Bridge v1.4 準拠の内容から v2.0.2 準拠の内容に変更した

### その他

- これまで ST-Bridge の取り扱いには STBDotNet と STBReader 二つのライブラリを使っていたが、STBDotNet に統一した
- GitHub の CodeQL 機能を使用してコードの脆弱性をチェックするようにした

---

## [v1.3.1 - 2021-03-28](https://github.com/hrntsm/HoaryFox/releases/tag/v1.3.1)

### 追加
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ title: Changelog

---

## [v2.0.0 - 2021-09-17](https://github.com/hrntsm/HoaryFox/releases/tag/v2.0.0)

### CHANGE

- Support for both ST-Bridge v1 and v2 was previously available, but from this version only v2 is available.
- Stb2Brep and Stb2Line components are able to output more information as UserText in Rhino when baked.
- Stb2Brep displays the brep corresponding to the haunch of the member
- The Tag component used to display only representative cross-sections such as the center section, but it displays all cross-section information.
- In the case of SRC, both RC shape and steel shape are output.
- Wall openings are no longer supported.
- Stb2Brep component outputs slabs and walls as Closed Brep instead of as a single surface.
- In HoaryFox v1, when converting from Karamba3D to ST-Bridge, an overview of the conversion status could be seen in the panel, but this is no longer possible in v2.

### ADD

- Slab and wall tag output is available.
- Addition of SlabNameTag, WallNameTag, SlabSectionTag, and WallSectionTag
- Added the ability to display axes.
- Using the Axis component, floor and axis information can be output.
- When converting to Karamba3D, the material in Karamba3D is specified according to the RC material name in ST-Bridge.
- For example, if the material name is "FC21", the material properties equivalent to FC21 will be input based on the standards of the Architectural Institute of Japan.
- Young's modulus, shear modulus, and density change according to the strength.
- Corresponding materials are fc18, 21, 24, 26, 30, 33, 36, 40, 42, 45, 50, 55, 60, and other materials are converted to fc21
- All steel materials are treated as SN400 because there is no change between materials except for strength.
- The conversion output of Karamba3D data to ST-Bridge has been changed from ST-Bridge v1.4 compliant content to v2.0.2 compliant content.

### INFORMATION

- STBDotNet and STBReader libraries were used to handle ST-Bridge, but they are unified into STBDotNet.
- Use GitHub's CodeQL feature to check code for vulnerabilities.

---

## [v1.3.1 - 2021-03-28](https://github.com/hrntsm/HoaryFox/releases/tag/v1.3.1)

### ADD
Expand Down