+ small fix in Draft perpendicular snap

This commit is contained in:
Yorik van Havre 2012-01-03 23:29:13 -02:00
parent b33b78a1c4
commit c17ed6b3cd

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