!2686 修复:下开门铰链类型分析错误问题

pull/1853/MERGE
林三 6 months ago
parent 580f686dd0
commit eab3fc6d82

@ -850,9 +850,9 @@ export function GetHingeType(door: Entity, openDir: BoardOpenDir, allSpaceEnts:
else
{
//盖过立板长度
let passDoorExtend = entBox.min.x - minZ;
let passDoorExtend = entBox.min.z - minZ;
//没有盖过立板长度
let noPassDoorExtend = minZ - entBox.max.x;
let noPassDoorExtend = minZ - entBox.max.z;
if (passDoorExtend > -FUZZ)
{

Loading…
Cancel
Save