From a8cd4e0e6d5c29337b28c153a47520483c0dad89 Mon Sep 17 00:00:00 2001 From: jonashaldemann <104436733+jonashaldemann@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:39:39 +0200 Subject: [PATCH] Update src/compas_timber/connections/x_halflap.py Co-authored-by: Chen Kasirer --- src/compas_timber/connections/x_halflap.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compas_timber/connections/x_halflap.py b/src/compas_timber/connections/x_halflap.py index 7faf3d6d6..2cf0eed49 100644 --- a/src/compas_timber/connections/x_halflap.py +++ b/src/compas_timber/connections/x_halflap.py @@ -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."""