增加保温层和整理管线的功能,修复自动保存功能等修复多个bug
This commit is contained in:
@@ -4,7 +4,17 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using Autodesk.Revit.Attributes;
|
||||
|
||||
using Nice3point.Revit.Toolkit.External;
|
||||
|
||||
namespace Sai.RvKits.RvMEP;
|
||||
internal class ArrangeMEPCurveCmd
|
||||
|
||||
[Transaction(TransactionMode.Manual)]
|
||||
internal class ArrangeMEPCurveCmd : ExternalCommand
|
||||
{
|
||||
public override void Execute()
|
||||
{
|
||||
WinDialogHelper.ShowModeless<ArrangeMEPCurveView>(new ArrangeMEPCurveViewModel());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user