EarthWorks: fix except genérico -> Part.OCCError
This commit is contained in:
@@ -760,7 +760,7 @@ class EarthWorksTaskPanel:
|
||||
if len(section) > 0:
|
||||
try:
|
||||
boundary.add(Part.makePolygon(section))
|
||||
except:
|
||||
except Part.OCCError:
|
||||
pass
|
||||
Part.show(boundary)'''
|
||||
#mesh.smooth("Laplace", 3)
|
||||
|
||||
Reference in New Issue
Block a user