Skip to content

Releases: hrntsm/HoaryFox

HoaryFox v2.4.1

27 Aug 03:37
22cf7d7
Compare
Choose a tag to compare

FIX

  • Filter conponents do not run

Related PR

Full Changelog: v2.4.0...v2.4.1

HoaryFox v2.4.0

11 Jun 11:32
e73eeee
Compare
Choose a tag to compare

ADD

  • S2L Components
    • Pile visualization support
    • Addition of bool to reflect whether nodes are offset or not
  • S2B Component
    • Visualization of piles except S-piles
    • Visualization of rectangular footings
    • Log output and saving of conversion results
    • Support for back-to-back and face-to-front of T-section, C-section, and L-section of steel frames
    • Output of CFT cross sections

CHANGE

  • Until now, if there was even one error, the conversion result was not output, but now the information on conversion errors is noted in the log, and the rest of the results are output.

FIX

  • Hunch lengths for beams with haunches are now created by haunch length, as previously they were created by joint length.

Related PR

Full Changelog: v2.3.0...v2.4.0

HoaryFox v2.3.0

15 Oct 04:08
f2c3c77
Compare
Choose a tag to compare

ADD

  • If the section setting (StbSection) does not have an appropriate value, an error is now output.

CHANGE

  • The output of the Axes component is now a tree.
    • The output is now divided by floor.
  • When a stb2brep component has a hollow section, a hollow section brep is created.
    • Previously, a rectangular solid cross section with the external shape was output.
    • This change improves the accuracy of member volumes used in LCC linkage, etc.

FIX

  • Fixed an error when a part is null.

Related PR

Full Changelog: v2.2.1...v2.3.0

HoaryFox v2.2.1

22 Mar 04:08
6b8a19d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

HoaryFox v2.2.0

21 Mar 07:55
4c12dd2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

HoaryFox v2.1.1

06 Jan 09:44
bd8e3fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

HoaryFox v2.1.0

29 Dec 09:10
c1fefdd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

HoaryFox v2.0.1

10 Oct 03:31
16094e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

HoaryFox v2.0.0

17 Sep 13:34
74abccb
Compare
Choose a tag to compare

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.

HoaryFox v2.0.0-210829 WIP

29 Aug 05:15
d6e6583
Compare
Choose a tag to compare
Pre-release

機能追加

  • Slab と Wall のタグを出力できるようにした。
    • SlabNameTag, WallNameTag, SlabSectionTag, WallSectionTag を追加

バグ修正

  • 平坦でないスラブが Stb2Brepコンポーネントで表示されていなかったが修正した。
    • 平坦でない場合 Network Surface として作成する関係でほかのスラブに比べて処理が若干重い

その他

  • GitHub の codeQL 機能を使ってコードの脆弱性を確認するようにした