在使用西南等轴时,优先Z轴捕捉(相对于45度极轴捕捉)

pull/295/MERGE
ChenX 5 years ago
parent 27192ca0f5
commit a96d358d0f

@ -440,7 +440,7 @@ export class SnapServices
let { dist, cp } = PtCPToAxis(supportSnapPt.Point, p2, nowVCS);
if (dist < minDist && dist < allowMouseDistSq)
if ((dist - 0.01) < minDist && dist < allowMouseDistSq)
{
minDist = dist;
minP = cp;

Loading…
Cancel
Save