qin
2024-09-28 e358beb08f5be49703009b64f058ecfbcfeefbd9
HStation.RevitDev/RevitDataExport/Service/SearchService.cs
@@ -1,4 +1,6 @@
using Autodesk.Revit.DB;
using DevExpress.XtraPrinting.Export.Pdf;
using HStation.RevitDev.RevitDataExport.Utility;
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
@@ -25,6 +27,7 @@
            List<Element> result = new List<Element>(); 
            if (!string.IsNullOrEmpty(nameFilter))
            {
                nameFilter = RegexUtils.FormatPatternString(nameFilter);
                IList<Element> elems = collector.ToElements();
                foreach (Element elem in elems)
                {