多项功能优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user