소스 검색

xls:去掉模型修改同步物理世界的方法

xulisong 5 년 전
부모
커밋
7d8c39458a
3개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 4
      MBI/MBIResource/RevitEvents/RevitEvents.xml
  2. 1 0
      MBI/SAGA.Revit.sln.DotSettings.user
  3. 1 1
      MBI/ToolCommand/WinRoomDataTrans.xaml

+ 0 - 4
MBI/MBIResource/RevitEvents/RevitEvents.xml

@@ -8,10 +8,6 @@
     <DllName>OutputDll\SAGA.MBI.exe</DllName>
     <ClassName>SAGA.MBI.Interaction.MBIGplotChanged</ClassName>
 </IDocumentChanged>
-<IUpdaterRegister>
-    <DllName>OutputDll\SAGA.MBI.exe</DllName>
-    <ClassName>SAGA.MBI.Interaction.MBILocalNameTrigger</ClassName>
-</IUpdaterRegister>
 </RevitEvents>
 
 

+ 1 - 0
MBI/SAGA.Revit.sln.DotSettings.user

@@ -5,4 +5,5 @@
   &lt;Assembly Path="D:\SVNCode\MBI\Dlls\FirmLibDll\FWindSoft.Wpf.dll" /&gt;&#xD;
   &lt;Assembly Path="D:\MBI\Revit\SAGA.MBI\SAGA.MBI\MBI\Dlls\RevitRefDll\AdWindows.dll" /&gt;&#xD;
   &lt;Assembly Path="D:\MBI\Revit\SAGA.MBI\SAGA.MBI\MBI\packages\log4net.2.0.8\lib\net45-full\log4net.dll" /&gt;&#xD;
+  &lt;Assembly Path="D:\SAGA\MBI\saga\MBI\Dlls\ICSharpCode.SharpZipLib.dll" /&gt;&#xD;
 &lt;/AssemblyExplorer&gt;</s:String></wpf:ResourceDictionary>

+ 1 - 1
MBI/ToolCommand/WinRoomDataTrans.xaml

@@ -5,7 +5,7 @@
              xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
              xmlns:local="clr-namespace:ToolCommand"
              mc:Ignorable="d" 
-             Width="300" SizeToContent="Height" WindowStartupLocation="CenterOwner">
+             Title="房间转换" Width="300" SizeToContent="Height" WindowStartupLocation="CenterOwner">
     <Grid Margin="5">
         <Grid.RowDefinitions>
             <RowDefinition Height="*"></RowDefinition>