Skip to content

Commit

Permalink
Update src/compas_timber/connections/x_halflap.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chen Kasirer <[email protected]>
  • Loading branch information
jonashaldemann and chenkasirer authored Sep 18, 2023
1 parent 12c3417 commit a8cd4e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/compas_timber/connections/x_halflap.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ def _create_negative_volumes(self):
negative_polyhedron_beam_b = self._create_polyhedron(plane_b0, plane_cut, lines)

# Create BREP
Breps = Brep.from_mesh(negative_polyhedron_beam_a), Brep.from_mesh(negative_polyhedron_beam_b)
return Breps
return Brep.from_mesh(negative_polyhedron_beam_a), Brep.from_mesh(negative_polyhedron_beam_b)

def restore_beams_from_keys(self, assemly):
"""After de-serialization, resotres references to the main and cross beams saved in the assembly."""
Expand Down

0 comments on commit a8cd4e0

Please sign in to comment.