From 7cef223be5bc56620cb930cb0d924a991e4f908c Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 26 Apr 2024 14:57:18 +0100 Subject: [PATCH] back to snake case --- src/geouned/GEOUNED/Cuboid/translate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geouned/GEOUNED/Cuboid/translate.py b/src/geouned/GEOUNED/Cuboid/translate.py index a2ebc937..9c4a1ce2 100644 --- a/src/geouned/GEOUNED/Cuboid/translate.py +++ b/src/geouned/GEOUNED/Cuboid/translate.py @@ -115,7 +115,7 @@ def setDefinition(metaObj, Surfaces): solid_GU = GU.SolidGu(sol, plane3Pts=True) Faces = [] - for face in Solid_Gu.Faces: + for face in solid_Gu.Faces: if abs(face.Area) < 1e-2: continue if face.Area < 0: