|
@@ -8,16 +8,14 @@ using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.ComponentModel;
|
|
|
using System.Linq;
|
|
|
-using System.Text.RegularExpressions;
|
|
|
using Autodesk.Revit.DB;
|
|
|
-using Autodesk.Revit.DB.Plumbing;
|
|
|
using SAGA.DotNetUtils.Extend;
|
|
|
-using ServiceRevitLib.Common;
|
|
|
using SAGA.RevitUtils.Extends;
|
|
|
using SAGA.RevitUtils.MEP;
|
|
|
using ServiceRevitLib.Extend;
|
|
|
+using ServiceRevitLib.Mode;
|
|
|
|
|
|
-namespace ServiceRevitLib.Mode
|
|
|
+namespace ServiceRevitLib.DataCheck.Mode
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// SagaCheck
|