You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.