Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Oct 11:15
· 1115 commits to main since this release
29f1c60

Added

  • Added TimberElement.add_feature to override the Element method.
  • Added new GH helper get_createable_joints to get all createable Joint classes.

Changed

  • Fixed a bug in TLapJoint and XLapJoint where the cut_plane_bias parameter was not passed to the _create_negative_volumes() method after its signature was changed.
  • Replaced JackRafterCut and Lap with their Proxy counterparts in LLapJoint and TLapJoint.
  • Fixed a bug in TStepJoint where beam dimensions were calculated incorrectly for certain reference side orientations.
  • Renamed TOliGinaJoint to OliginaJoint for consistency wrt to the supported topology.
  • Replaced get_leaf_subclasses(Joint) with get_createable_joints() in the relevant GH components.
  • Added inflation of the negative volume in LapProxy to fix boolean difference artifact.

Removed