更新整理
This commit is contained in:
@@ -1,27 +1,17 @@
|
||||
|
||||
using System.Collections.ObjectModel;
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using Autodesk.Revit.DB;
|
||||
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using CommunityToolkit.Mvvm.Input;
|
||||
|
||||
using FuzzySharp;
|
||||
|
||||
using Nice3point.Revit.Toolkit.External.Handlers;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Diagnostics;
|
||||
using ShrlAlgoToolkit.Core.Assists;
|
||||
|
||||
using System.IO;
|
||||
using Settings = ShrlAlgoToolkit.RevitAddins.Properties.Settings;
|
||||
|
||||
using System.Windows;
|
||||
|
||||
using System.Windows.Controls;
|
||||
|
||||
|
||||
using Settings = ShrlAlgo.RvKits.Properties.Settings;
|
||||
using ShrlAlgo.Toolkit.Core.Assist;
|
||||
using ShrlAlgoToolkit.Core.Assist;
|
||||
|
||||
namespace ShrlAlgo.RvKits.RvFamily.FamilyLibrary;
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvFamily.FamilyLibrary;
|
||||
|
||||
public partial class FamilyLibraryViewModel : ObservableObject
|
||||
{
|
||||
@@ -336,7 +326,7 @@ public partial class FamilyLibraryViewModel : ObservableObject
|
||||
{
|
||||
RevitFileUtil.ParserRevitFile(familyInfo.Path);
|
||||
SymbolTypes = RevitFileUtil.SymbolTypes;
|
||||
SelectedSymbolType = SymbolTypes.FirstOrDefault();
|
||||
SelectedSymbolType = Enumerable.FirstOrDefault<FamilySymbolType>(SymbolTypes);
|
||||
RevitVersion = RevitFileUtil.RevitVersion;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user