更新整理

This commit is contained in:
GG Z
2025-04-24 20:56:44 +08:00
parent 155cef46f8
commit 5b6d67b571
813 changed files with 14437 additions and 12362 deletions

View File

@@ -1,18 +1,13 @@
using System.Windows;
using Autodesk.Revit.Attributes;
using Autodesk.Revit.DB;
using Autodesk.Revit.UI;
using Nice3point.Revit.Toolkit.External;
using ShrlAlgo.Toolkit.Core.Assist;
using System.Windows;
using ShrlAlgoToolkit.Core.Assist;
using ShrlAlgoToolkit.Core.Assists;
namespace ShrlAlgo.RvKits.RvView;
namespace ShrlAlgoToolkit.RevitAddins.RvView;
[Transaction(TransactionMode.Manual)]
[Regeneration(RegenerationOption.Manual)]
@@ -77,7 +72,7 @@ public class CivilViewFilterCmd : ExternalCommand
catch (Exception e)
{
ErrorMessage = e.Message;
LogHelper.ToLog(e.StackTrace);
LogAssist.ToLog(e.StackTrace);
Result = Result.Failed;
return;
}
@@ -121,7 +116,7 @@ public class CivilViewFilterCmd : ExternalCommand
catch (Exception e)
{
ErrorMessage = e.Message;
LogHelper.ToLog(e.StackTrace);
LogAssist.ToLog(e.StackTrace);
Result = Result.Failed;
return;
}
@@ -174,7 +169,7 @@ public class CivilViewFilterCmd : ExternalCommand
catch (Exception e)
{
ErrorMessage = e.Message;
LogHelper.ToLog(e.StackTrace);
LogAssist.ToLog(e.StackTrace);
Result = Result.Failed;
return;
}
@@ -204,7 +199,7 @@ public class CivilViewFilterCmd : ExternalCommand
catch (Exception e)
{
MessageBox.Show(e.Message);
LogHelper.ToLog(e.StackTrace);
LogAssist.ToLog(e.StackTrace);
}
#endif
@@ -260,7 +255,7 @@ public class CivilViewFilterCmd : ExternalCommand
catch (Exception e)
{
MessageBox.Show(e.Message);
LogHelper.ToLog(e.StackTrace);
LogAssist.ToLog(e.StackTrace);
}
#elif REVIT2020 || REVIT2019