diff --git a/utils.py b/utils.py index 7ca0e18..821514f 100644 --- a/utils.py +++ b/utils.py @@ -176,8 +176,8 @@ def getElementPos(obj): if face: surface = face.Surface if str(surface) == '': - # pos = face.BoundBox.Center - pos = surface.Position + pos = face.BoundBox.Center + # pos = surface.Position elif all( hasattr(surface,a) for a in ['Axis','Center','Radius'] ): pos = surface.Center elif str(surface).startswith('