Draft: Small fix to Shape2DView

This commit is contained in:
Yorik van Havre 2013-04-18 13:00:39 -03:00
parent 3855575032
commit c46924e934

View File

@ -3406,7 +3406,7 @@ class _Shape2DView(_DraftObject):
def getProjected(self,obj,shape,direction):
"returns projected edges from a shape and a direction"
import Part,Drawing
import Part,Drawing,DraftGeomUtils
edges = []
groups = Drawing.projectEx(shape,direction)
for g in groups[0:5]: