!1650 优化:铰链未找到合适位置不删除

pull/1652/head
林三 3 years ago committed by ChenX
parent 96343c5f5e
commit fc6eccede4

@ -539,7 +539,6 @@ export class DrawDoorTool
if (number === 0)
{
moveFail = true;
en.Erase();
continue;
}
hingeSpace.GetParam("SY").value = distance * number; //超出情况往下偏移
@ -569,7 +568,6 @@ export class DrawDoorTool
if (number === 0)
{
moveFail = true;
en.Erase();
continue;
}
hingeSpace.GetParam("SY").value = distance * number; //超出情况往下偏移
@ -580,7 +578,7 @@ export class DrawDoorTool
}
if (moveFail)
AppToaster.show({
message: "部分铰链偏移未找到合适位置,自动删除",
message: "部分铰链偏移未找到合适位置",
timeout: 5000,
intent: Intent.WARNING,
});

Loading…
Cancel
Save