From b9299d8c44a5a08d817d0c51852d144f99627424 Mon Sep 17 00:00:00 2001 From: obucklin Date: Wed, 6 Mar 2024 10:02:13 +0100 Subject: [PATCH] fixed component bug --- .../ghpython/components/CT_Assembly_From_Surface/code.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/compas_timber/ghpython/components/CT_Assembly_From_Surface/code.py b/src/compas_timber/ghpython/components/CT_Assembly_From_Surface/code.py index 4f5df183d..258a39777 100644 --- a/src/compas_timber/ghpython/components/CT_Assembly_From_Surface/code.py +++ b/src/compas_timber/ghpython/components/CT_Assembly_From_Surface/code.py @@ -40,12 +40,6 @@ def RunScript( # reformat unset parameters for consistency if not z_axis: z_axis = None - if not sheeting_outside: - sheeting_outside = None - if not sheeting_inside: - sheeting_inside = None - if not lintel_posts: - lintel_posts = None assembly = SurfaceAssembly( Brep.from_native(surface),