优化更新
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user