+ small fix in Draft perpendicular snap
This commit is contained in:
parent
b33b78a1c4
commit
c17ed6b3cd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user