Skip to content

Commit

Permalink
Merge pull request #312 from papachap/double_cut_feature
Browse files Browse the repository at this point in the history
Double Cut (birdsmouth) Feature and Joint
  • Loading branch information
papachap authored Oct 30, 2024
2 parents 718c69b + 5834dd3 commit dd63b76
Show file tree
Hide file tree
Showing 9 changed files with 4,118 additions and 5,238 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Added new `compas_timber._fabrication.StepJointNotch`.
* Added new `compas_timber.connections.TStepJoint`.
* Added new `utilities` module in `connections` package.
* Added new `compas_timber._fabrication.DoubleCut`.
* Added new `compas_timber.connections.TBirdsmouthJoint`.

### Changed

Expand Down

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/compas_timber/_fabrication/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from .btlx_process import OrientationType
from .jack_cut import JackRafterCut
from .jack_cut import JackRafterCutParams
from .double_cut import DoubleCut
from .double_cut import DoubleCutParams
from .drilling import Drilling
from .drilling import DrillingParams
from .step_joint_notch import StepJointNotch
Expand All @@ -17,6 +19,8 @@
"BTLxProcess",
"OrientationType",
"JackRafterCutParams",
"DoubleCut",
"DoubleCutParams",
"Drilling",
"DrillingParams",
"StepJointNotch",
Expand Down
Loading

0 comments on commit dd63b76

Please sign in to comment.