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; }