Skip to content

Commit

Permalink
updated show assembly component
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Jul 28, 2023
1 parent 1015b77 commit 18e8037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def RunScript(self, Assembly):

Brep = []
for beam in Assembly.beams:
Brep.append(Artist(beam.get_geometry(True)).draw())
Brep.append(Artist(beam.geometry).draw())

return Brep

0 comments on commit 18e8037

Please sign in to comment.