Skip to content

Commit

Permalink
drawing timber assembly does not modify it
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Sep 14, 2023
1 parent b62c759 commit 889c5be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def RunScript(self, Assembly):
if not Assembly:
self.AddRuntimeMessage(Warning, "Input parameter Assembly failed to collect data")
return
Assembly = Assembly.copy() # we're gonna be making changes to upstream objects

Brep = []
for beam in Assembly.beams:
Expand Down

0 comments on commit 889c5be

Please sign in to comment.