修复:对非门板进行铰链分析 导致铰链名称为空

pull/2509/MERGE
ChenX 10 months ago
parent 37a75cd4d4
commit 4060473721

@ -1027,6 +1027,7 @@ export function SetTypeHigneName(relativeDoors: Set<Entity>, allSpaceEnts: Entit
if (door instanceof Board)
{
openDir = door.OpenDir;
if (!openDir) continue;
let hingeName = GetHingeType(door, openDir, allSpaceEnts, isLROpen);
for (let obj of door.RelativeHardware)
{

Loading…
Cancel
Save