Skip to content

HoaryFox v2.0.0

Compare
Choose a tag to compare
@hrntsm hrntsm released this 17 Sep 13:34
· 190 commits to main since this release
74abccb

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.