+ small fix in Draft perpendicular snap

This commit is contained in:
Yorik van Havre
2012-01-03 23:29:13 -02:00
parent 3dba4b55cb
commit 26fa5b9bca

View File

@@ -360,6 +360,8 @@ class Snapper:
dv = last.sub(shape.Curve.Center)
dv = fcvec.scaleTo(dv,shape.Curve.Radius)
np = (shape.Curve.Center).add(dv)
else:
return snaps
snaps.append([np,'perpendicular',np])
return snaps