Skip to content

Commit

Permalink
fixed component bug
Browse files Browse the repository at this point in the history
  • Loading branch information
obucklin committed Mar 6, 2024
1 parent 8e30697 commit b9299d8
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit b9299d8

Please sign in to comment.