多项功能优化

This commit is contained in:
GG Z
2024-12-22 10:26:12 +08:00
parent 77655c9ef5
commit 83b846f15f
66 changed files with 5424 additions and 2927 deletions

View File

@@ -25,7 +25,7 @@ public class HeadroomCheckCmd : ExternalCommand
Element element = null;
foreach (var item in elems)
{
if (item.GetLocCurve().Length < minLength)
if (item.GetCurve().Length < minLength)
{
continue;
}