qin
2024-08-29 7d3aa07f6f94c70ca0a631a45db6565a5a58d9cf
HStation.RevitDev/RevitDataExport/Utility/RevitTypeExtense.cs
@@ -38,7 +38,7 @@
        public static Type GetElementModelType(this RevitType revitType) 
        {
            var exportTypes = revitType.GetType().Assembly.GetExportedTypes();
            var exportTypes = Assembly.GetExecutingAssembly().GetExportedTypes();
            foreach (var type in exportTypes)
            {
                if (!type.IsSubclassOf(typeof(ModelBase))) { continue; }