Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntsm committed Mar 21, 2022
1 parent 8dc3f27 commit 1d98b1b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![download](https://img.shields.io/github/downloads/hrntsm/HoaryFox/total)](https://github.com/hrntsm/HoaryFox/releases)

![Build](https://img.shields.io/github/workflow/status/hrntsm/HoaryFox/Build%20Grasshopper%20Plugin)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c0a462728dce4983802d447ed67d3e7c)](https://www.codacy.com/gh/hrntsm/HoaryFox/dashboard?utm_source=github.com&utm_medium=referral&utm_content=hrntsm/HoaryFox&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c0a462728dce4983802d447ed67d3e7c)](https://www.codacy.com/gh/hrntsm/HoaryFox/dashboard?utm_source=github.com&utm_medium=referral&utm_content=hrntsm/HoaryFox&utm_campaign=Badge_Grade)
[![Maintainability](https://api.codeclimate.com/v1/badges/bc78a575fcf5e9448929/maintainability)](https://codeclimate.com/github/hrntsm/HoaryFox/maintainability)

Grasshopper Component which read ST-Bridge file(.stb) and display its model information.
Expand All @@ -16,45 +16,44 @@ As a experimental function, it creates an analytical model of Karamba from st-br
## Install

1. Download HoaryFox.gha file from [food4rhino](https://www.food4rhino.com/app/hoaryfox) or [release page](https://github.com/hrntsm/HoaryFox/releases)
2. In Grasshopper, choose File > Special Folders > Components folder. Save the gha file there.
2. In Grasshopper, choose File > Special Folders > Components folder. Save the gha file there.
3. Right-click the file > Properties > make sure there is no "blocked" text
4. Restart Rhino and Grasshopper
5. Enjoy!

Please see [the documentation site](https://hiron.dev/HoaryFox/) for detailed instructions.

## Usage

Input st-bridge file path, output some its tag data(StbColumn, StbGirder, StbPost, StbBeam, StbBrace, StbSlab).
Please refer to Samples directory files and see [the documentation site](https://hiron.dev/HoaryFox/) for detailed instructions.

Support for ST-bridge ver2.0 is now available from HoaryFox ver1.1.
If you need more information, send direct message to my twitter account.

Please refer to Samples directory files.

Please see [the documentation site](https://hiron.dev/HoaryFox/) for detailed instructions.

## Karamba3D Integration

Conversion of data into Karamba3D supports only beam elements.
Mesh elements such as floor and wall are not supported.
L-type and C-type cross-sections are replaced by rectangular cross-sections with equivalent axial cross-sections because Karamba3D does not support them.
Output is STB1.4 only, STB2.0 is not supported yet.
Output is STB2.0.

## What is ST-Bridge

Quote from [building SMART Japan Structural Design Subcommittee](https://en.building-smart.or.jp/meeting/buildall/structural-design/) doing making specifications of ST-Bridge.

> ST Bridge is the standardized format for data sharing in Japan’s structural engineering industry.
> + Simpler to use than IFC due to the clearly defined the range of use
> + Integrate Japanese original methods of drawing methodology (Grids, part placement and section annotations, reinforcement information)
> + Aim for coordination between domestic structural applications, building skeleton surveying applications, 3D Object CAD
>
> - Simpler to use than IFC due to the clearly defined the range of use
> - Integrate Japanese original methods of drawing methodology (Grids, part placement and section annotations, reinforcement information)
> - Aim for coordination between domestic structural applications, building skeleton surveying applications, 3D Object CAD
## Contact information

[![Twitter](https://img.shields.io/twitter/follow/hiron_rgkr?style=social)](https://twitter.com/hiron_rgkr)
+ HP : [https://hiron.dev/](https://hiron.dev/)
+ Mail : support(at)hrntsm.com
+ change (at) to @

- HP : [https://hiron.dev/](https://hiron.dev/)
- Mail : support(at)hrntsm.com
- change (at) to @

## Donation

Expand Down
8 changes: 8 additions & 0 deletions website/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ title: Changelog

---

## [v2.2.0 - 2022-3-21](https://github.com/hrntsm/HoaryFox/releases/tag/v2.2.0)

### 追加

- RC 壁の壁開口に対応した。

---

## [v2.1.1 - 2022-1-6](https://github.com/hrntsm/HoaryFox/releases/tag/v2.1.1)

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

---

## [v2.2.0 - 2022-3-21](https://github.com/hrntsm/HoaryFox/releases/tag/v2.2.0)

### ADD

- Support Wall opens.

---

## [v2.1.1 - 2022-1-6](https://github.com/hrntsm/HoaryFox/releases/tag/v2.1.1)

### ADD
Expand Down

0 comments on commit 1d98b1b

Please sign in to comment.