From 0832ac460e994d1f852f14e91b09b380ebf66a52 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 30 七月 2024 14:04:12 +0800 Subject: [PATCH] 1 --- Service/HStation.Service.Revit.Core/02-parter/01-interface/00-core/IRevitParter.cs | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/Service/HStation.Service.Revit.Core/02-parter/01-interface/00-core/IRevitParter.cs b/Service/HStation.Service.Revit.Core/02-parter/01-interface/00-core/IRevitParter.cs index b502f37..4224c3a 100644 --- a/Service/HStation.Service.Revit.Core/02-parter/01-interface/00-core/IRevitParter.cs +++ b/Service/HStation.Service.Revit.Core/02-parter/01-interface/00-core/IRevitParter.cs @@ -6,20 +6,9 @@ public interface IRevitParter { - /// <summary> - /// 鍨嬪彿 - /// </summary> - public string ModelType { get; set; } - /// <summary> - /// 灞炴�у�煎垪琛� - /// </summary> - Dictionary<string, object> PropValueList { get; set; } - /// <summary> - /// 浣嶇疆 - /// </summary> - public RevitBoundingBox BoundingBox { get; set; } + } } -- Gitblit v1.9.3