优化更新

This commit is contained in:
GG Z
2025-02-10 20:53:40 +08:00
parent 83b846f15f
commit 9696128f03
62 changed files with 2567 additions and 1608 deletions

View File

@@ -138,6 +138,10 @@ public static class CollectorAssist
&& e is not Panel
&& e is not Mullion
&& e is not RevitLinkInstance)).Select(e => e.Id).ToList();
if (li.Count == 0)
{
return new FilteredElementCollector(doc);
}
return new FilteredElementCollector(doc, li);
}