优化:绘制门板时因为铰链偏移导致的错误

pull/1678/MERGE
ChenX 3 years ago
parent 58218d8a6e
commit 306fee58f7

@ -555,8 +555,10 @@ export class DrawDoorTool
en.RelevanceBoards.push(br.Id);
}
}
else if (board instanceof HardwareCompositeEntity) //复合实体
else if (board instanceof HardwareCompositeEntity) //复合实体 铰链偏移
{
if (!IsHinge(en)) continue;
let brBox = board.BoundingBox;
if (!brBox.intersectsBox(enBox)) continue;

Loading…
Cancel
Save