优化更新

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

@@ -1,9 +1,7 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics;
using System.Reflection;
using Autodesk.Revit.DB;
using Autodesk.Revit.UI;
namespace Sai.Toolkit.Revit.Assist;
@@ -29,7 +27,7 @@ public static class DebugAssist
/// <param name="doc"></param>
/// <param name="geoms"></param>
/// <returns></returns>
public static ElementId CreateTransientGeometries(this Document doc, params GeometryObject[] geoms)
public static ElementId CreateTransientElements(this Document doc, params GeometryObject[] geoms)
{
var list = new List<GeometryObject>(geoms);
var method = GenerateTransientDisplayMethod();