!2531 修复:含有复合实体画门报错问题

pull/2533/head
林三 9 months ago committed by ChenX
parent 90406f4db7
commit 3f7c56b4cc

@ -695,7 +695,7 @@ export class DrawDoorTool
}
else if (otherEnt instanceof HardwareCompositeEntity) //层板复合实体 铰链偏移
{
if (!isHinge && !isHandle) continue;
if (!(isHinge || isHandle)) continue;
if (!IsBoxAndEntitysIntersect([otherEnt], [ironware], ZNormal, isDoor)) continue;
if (isDoor)

Loading…
Cancel
Save