Skip to content

Commit

Permalink
t half-lap to spice it up
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed May 13, 2024
1 parent 088097b commit 3d264d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/model/0001_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from compas_timber.elements import Beam
from compas_timber.connections import LMiterJoint
from compas_timber.connections import TButtJoint
from compas_timber.connections import THalfLapJoint


HERE = os.path.dirname(__file__)
Expand All @@ -33,7 +34,7 @@
LMiterJoint.create(model, beams[0], beams[5])

# Assign joints - Inner - Inner
TButtJoint.create(model, beams[2], beams[1])
THalfLapJoint.create(model, beams[2], beams[1])


# Assign joints - Frame - Inner
Expand Down

0 comments on commit 3d264d2

Please sign in to comment.