소스 검색

mxg:提交旧时数据

mengxiangge 5 년 전
부모
커밋
4b96c683ab
5개의 변경된 파일14개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 2
      JBIM/JBIM/Component/Equipment.cs
  2. 8 3
      JBIM/JBIM/Definition/TypeDefinition.cs
  3. 0 1
      JBIM/JBIM/JBIM.csproj
  4. 6 0
      JBIM/JBIM/JBIM.csproj.user
  5. BIN
      JBIM/RevitExport/bin/Debug/RevitExport.pdb

+ 0 - 2
JBIM/JBIM/Component/Equipment.cs

@@ -25,7 +25,5 @@ namespace JBIM.Component
 
 
         public string FamilyName { get; set; }
-        public string FamilyName { get; set; }
-        public string FamilyName { get; set; }
     }
 }

+ 8 - 3
JBIM/JBIM/Definition/TypeDefinition.cs

@@ -41,12 +41,17 @@ namespace JBIM.Definition
         EquipPart,
         [Description("Column")]
         Column,
+
+        [Description("Wall")]
+        Wall,
         [Description("VirtualWall")]
-        SpaceSeparationLine,
-        [Description("Door")]
-        Door,
+        VirtualWall,
         [Description("Window")]
         Window,
+        [Description("Door")]
+        Door,
+        [Description("Other")]
+        Other,
 
         [Description("Unit")]
         Unit,

+ 0 - 1
JBIM/JBIM/JBIM.csproj

@@ -71,7 +71,6 @@
     <Compile Include="Component\ParameterDefinition.cs" />
     <Compile Include="Component\Pipe.cs" />
     <Compile Include="Component\EquipPart.cs" />
-    <Compile Include="Component\Column.cs" />
     <Compile Include="Component\Equipment.cs" />
     <Compile Include="Component\Space.cs" />
     <Compile Include="Component\VisibleComponentObject.cs" />

+ 6 - 0
JBIM/JBIM/JBIM.csproj.user

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <ProjectView>ProjectFiles</ProjectView>
+  </PropertyGroup>
+</Project>

BIN
JBIM/RevitExport/bin/Debug/RevitExport.pdb