Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yuryatin authored Jun 15, 2023
1 parent c2876d4 commit db293c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egcst/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def save_triangles(self,
f.write(',')
f.write("\n\tPOLYLOOP('%d', (#%d, #%d, #%d))" %
(i_tri + 2 + i_p, _tri[0] + 1, _tri[1] + 1, _tri[2] + 1))
f.write(");\nENDSEC;\nEND-ISO-10303-21;\n")
f.write("));\nENDSEC;\nEND-ISO-10303-21;\n")

def draw_triangles(self, fig_triangles_file_name='output_triangles.png'):
if not self.triangulated:
Expand Down

0 comments on commit db293c1

Please sign in to comment.