实例介绍
C#_IFC_Viewer_Editor 最新Csharp源码 2017_12_22版本 ifc文件解析,里面有C#、C++、VB三个版本,实现ifc文件的读取和绘制
【实例截图】
【核心代码】
C_IFC_Viewer_Editor
└── C#_IFC_Viewer_Editor
├── 32bit-IFCEditor
│ ├── ifceditor
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── IFC2X3_TC1.exp
│ │ │ │ ├── IFC4.exp
│ │ │ │ ├── IfcEditor-C#_32bit.exe
│ │ │ │ ├── IfcEditor-C#_32bit.exe.config
│ │ │ │ ├── IfcEditor-C#_32bit.vshost.exe
│ │ │ │ ├── IfcEditor-C#_32bit.vshost.exe.config
│ │ │ │ ├── ifcengine.dll
│ │ │ │ ├── myFile.ifc
│ │ │ │ └── Version.exe
│ │ │ └── Release
│ │ │ ├── IFC2X3_TC1.exp
│ │ │ ├── IFC4.exp
│ │ │ ├── IfcEditor-C#_32bit.exe
│ │ │ ├── IfcEditor-C#_32bit.exe.config
│ │ │ ├── ifcengine.dll
│ │ │ ├── myFile.ifc
│ │ │ └── Version.exe
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── ifceditor.csproj
│ │ ├── ifceditor.csproj.user
│ │ ├── IfcEngine.cs
│ │ ├── obj
│ │ │ └── x86
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── IfcEditor-C#_32bit.exe
│ │ │ │ ├── ifceditor.csproj.FileListAbsolute.txt
│ │ │ │ ├── ifceditor.csproj.GenerateResource.Cache
│ │ │ │ ├── ifceditor.Form1.resources
│ │ │ │ ├── ifceditor.Properties.Resources.resources
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── Release
│ │ │ ├── IfcEditor-C#_32bit.exe
│ │ │ ├── ifceditor.csproj.FileListAbsolute.txt
│ │ │ ├── ifceditor.csproj.GenerateResource.Cache
│ │ │ ├── ifceditor.csprojResolveAssemblyReference.cache
│ │ │ ├── ifceditor.Form1.resources
│ │ │ ├── ifceditor.Properties.Resources.resources
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── rdf-icon.ico
│ ├── ifceditor.sln
│ ├── ifceditor.suo
│ └── ifceditor.v12.suo
├── 64bit-IFCEditor
│ ├── ifceditor
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── x64
│ │ │ ├── Debug
│ │ │ │ ├── IFC2X3_TC1.exp
│ │ │ │ ├── IFC4.exp
│ │ │ │ ├── IfcEditor-C#_64bit.exe
│ │ │ │ ├── IfcEditor-C#_64bit.exe.config
│ │ │ │ ├── IfcEditor-C#_64bit.pdb
│ │ │ │ ├── IfcEditor-C#_64bit.vshost.exe
│ │ │ │ ├── IfcEditor-C#_64bit.vshost.exe.config
│ │ │ │ ├── IfcEditor-C#_64bit.vshost.exe.manifest
│ │ │ │ ├── ifcengine.dll
│ │ │ │ ├── myFile.ifc
│ │ │ │ └── Version.exe
│ │ │ └── Release
│ │ │ ├── IFC2X3_TC1.exp
│ │ │ ├── IFC4.exp
│ │ │ ├── IfcEditor-C#_64bit.exe
│ │ │ ├── IfcEditor-C#_64bit.exe.config
│ │ │ ├── ifcengine.dll
│ │ │ ├── myFile.ifc
│ │ │ └── Version.exe
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── ifceditor.csproj
│ │ ├── ifceditor.csproj.user
│ │ ├── IfcEngine.cs
│ │ ├── obj
│ │ │ └── x64
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── IfcEditor-C#_64bit.exe
│ │ │ │ ├── IfcEditor-C#_64bit.pdb
│ │ │ │ ├── ifceditor.csproj.FileListAbsolute.txt
│ │ │ │ ├── ifceditor.csproj.GenerateResource.Cache
│ │ │ │ ├── ifceditor.csprojResolveAssemblyReference.cache
│ │ │ │ ├── ifceditor.Form1.resources
│ │ │ │ ├── ifceditor.Properties.Resources.resources
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Release
│ │ │ ├── IfcEditor-C#_64bit.exe
│ │ │ ├── ifceditor.csproj.FileListAbsolute.txt
│ │ │ ├── ifceditor.csproj.GenerateResource.Cache
│ │ │ ├── ifceditor.csprojResolveAssemblyReference.cache
│ │ │ ├── ifceditor.Form1.resources
│ │ │ ├── ifceditor.Properties.Resources.resources
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── rdf-icon.ico
│ ├── ifceditor.sln
│ ├── ifceditor.suo
│ └── ifceditor.v12.suo
├── bin
│ ├── 32bit
│ │ ├── BooleanOperation.exe
│ │ ├── chkDisk4Ifc-C++_32bit.exe
│ │ ├── d3dx9_43.dll
│ │ ├── example.ifc
│ │ ├── example.ifcxml
│ │ ├── example.rdf
│ │ ├── HelloWall-C#_00bit.exe
│ │ ├── HelloWall-C++_32bit-Unicode.exe
│ │ ├── IFC2X3-Settings.xml
│ │ ├── IFC2X3_TC1.exp
│ │ ├── IFC4_ADD1.exp
│ │ ├── IFC4_ADD2.exp
│ │ ├── IFC4.exp
│ │ ├── IFC4-Settings.xml
│ │ ├── IFC4X1.exp
│ │ ├── IfcEditor-C#_32bit.exe
│ │ ├── ifceditor-C++_32bit_Unicode.exe
│ │ ├── ifcengine.dll
│ │ ├── IfcMappedItem-C++_32bit.exe
│ │ ├── ifcviewer-C++_32bit_Unicode.exe
│ │ ├── IFCViewer-C#.exe
│ │ ├── input.ifc
│ │ ├── mfc120.dll
│ │ ├── mfc120u.dll
│ │ ├── msvcp120.dll
│ │ ├── msvcr120.dll
│ │ ├── myFile.ifc
│ │ ├── Shadow-C++_32bit.exe
│ │ ├── SharpDX.Direct3D9.dll
│ │ ├── SharpDX.dll
│ │ ├── SharpDX.Mathematics.dll
│ │ ├── simpleOpenIFCFile-C++_32bit.exe
│ │ ├── TriangulatePolygon-C++_32bit.exe
│ │ └── Version.exe
│ └── 64bit
│ ├── BooleanOperation.exe
│ ├── chkDisk4Ifc-C++_64bit.exe
│ ├── D3DX9_43.dll
│ ├── example.ifc
│ ├── example.ifcxml
│ ├── glew32.dll
│ ├── HelloWall-C#_00bit.exe
│ ├── HelloWall-C++_64bit-Unicode.exe
│ ├── IFC
│ │ ├── IFC2X3-Settings.xml
│ │ ├── IFC2X3_TC1.exp
│ │ ├── IFC4.exp
│ │ └── IFC4-Settings.xml
│ ├── IFC2X3-Settings.xml
│ ├── IFC2X3_TC1.exp
│ ├── IFC4_ADD1.exp
│ ├── IFC4_ADD2.exp
│ ├── IFC4.exp
│ ├── IFC4-Settings.xml
│ ├── IFC4X1.exp
│ ├── IfcEditor-C#_64bit.exe
│ ├── ifceditor-C++_64bit_Unicode.exe
│ ├── ifcengine.dll
│ ├── IfcMappedItem-C++_64bit.exe
│ ├── ifcviewer-C++_64bit_Unicode.exe
│ ├── IFCViewer-C#.exe
│ ├── IFCViewerGL-C++_64bit.exe
│ ├── input.ifc
│ ├── mfc120.dll
│ ├── mfc120u.dll
│ ├── msvcp120.dll
│ ├── msvcr120.dll
│ ├── myFile.ifc
│ ├── SharpDX.Direct3D9.dll
│ ├── SharpDX.dll
│ ├── SharpDX.Mathematics.dll
│ ├── simpleOpenIFCFile-C++_64bit.exe
│ ├── TriangulatePolygon-C++_64bit.exe
│ ├── Version.exe
│ └── xerces-c_3_1.dll
├── HelloWall
│ ├── HelloWall
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── app.publish
│ │ │ │ │ └── HelloWall-C#_00bit.exe
│ │ │ │ ├── HelloWall-C#_00bit.application
│ │ │ │ ├── HelloWall-C#_00bit.exe
│ │ │ │ ├── HelloWall-C#_00bit.exe.manifest
│ │ │ │ ├── HelloWall-C#_00bit.vshost.application
│ │ │ │ ├── HelloWall-C#_00bit.vshost.exe
│ │ │ │ ├── HelloWall-C#_00bit.vshost.exe.config
│ │ │ │ ├── HelloWall-C#_00bit.vshost.exe.manifest
│ │ │ │ ├── HelloWall.vshost.exe.config
│ │ │ │ ├── IFC2X3_TC1.exp
│ │ │ │ ├── IFC4.exp
│ │ │ │ ├── ifcengine.dll
│ │ │ │ └── Version.exe
│ │ │ ├── Release
│ │ │ │ ├── app.publish
│ │ │ │ │ └── HelloWall-C#_00bit.exe
│ │ │ │ ├── HelloWall-C#_00bit.application
│ │ │ │ ├── HelloWall-C#_00bit.exe
│ │ │ │ ├── HelloWall-C#_00bit.exe.config
│ │ │ │ ├── HelloWall-C#_00bit.exe.manifest
│ │ │ │ ├── IFC2X3_TC1.exp
│ │ │ │ ├── IFC4.exp
│ │ │ │ ├── ifcengine.dll
│ │ │ │ ├── test1.ifc
│ │ │ │ ├── test.ifc
│ │ │ │ └── Version.exe
│ │ │ └── x64
│ │ │ ├── Debug
│ │ │ │ ├── app.publish
│ │ │ │ │ └── HelloWall-C#_00bit.exe
│ │ │ │ ├── HelloWall-C#_00bit.application
│ │ │ │ ├── HelloWall-C#_00bit.exe
│ │ │ │ ├── HelloWall-C#_00bit.exe.config
│ │ │ │ ├── HelloWall-C#_00bit.exe.manifest
│ │ │ │ ├── IFC2X3_TC1.exp
│ │ │ │ ├── IFC4.exp
│ │ │ │ ├── ifcengine.dll
│ │ │ │ └── Version.exe
│ │ │ └── Release
│ │ │ ├── app.publish
│ │ │ │ └── HelloWall-C#_00bit.exe
│ │ │ ├── HelloWall-C#_00bit.application
│ │ │ ├── HelloWall-C#_00bit.exe
│ │ │ ├── HelloWall-C#_00bit.exe.config
│ │ │ ├── HelloWall-C#_00bit.exe.manifest
│ │ │ ├── IFC2X3_TC1.exp
│ │ │ ├── IFC4.exp
│ │ │ ├── ifcengine.dll
│ │ │ ├── test.ifc
│ │ │ └── Version.exe
│ │ ├── Common.cs
│ │ ├── HelloWall.csproj
│ │ ├── HelloWall.csproj.user
│ │ ├── HelloWallForm.cs
│ │ ├── HelloWallForm.Designer.cs
│ │ ├── HelloWallForm.resx
│ │ ├── HelloWallIfcFileFactory.cs
│ │ ├── HelloWallPresenter.cs
│ │ ├── HelloWallSettings.cs
│ │ ├── HelloWall_TemporaryKey.pfx
│ │ ├── HelloWallViewProperties.cs
│ │ ├── IFC2X3_TC1.exp
│ │ ├── IFC4.exp
│ │ ├── IFCColors.cs
│ │ ├── ifcengine
│ │ │ ├── x64
│ │ │ │ ├── ifcengine.dll
│ │ │ │ └── Version.exe
│ │ │ └── x86
│ │ │ ├── ifcengine.dll
│ │ │ └── Version.exe
│ │ ├── IFCEngine.cs
│ │ ├── IFCFileFactory.cs
│ │ ├── IHelloWallView.cs
│ │ ├── obj
│ │ │ ├── x64
│ │ │ │ ├── Debug
│ │ │ │ │ ├── HelloWall-C#_00bit.application
│ │ │ │ │ ├── HelloWall-C#_00bit.exe
│ │ │ │ │ ├── HelloWall-C#_00bit.exe.manifest
│ │ │ │ │ ├── HelloWall-C#_00bit.TrustInfo.xml
│ │ │ │ │ ├── HelloWall.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── HelloWall.csproj.GenerateResource.Cache
│ │ │ │ │ ├── HelloWall.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── HelloWall.HelloWallForm.resources
│ │ │ │ │ ├── HelloWall.Properties.Resources.resources
│ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── Release
│ │ │ │ ├── HelloWall-C#_00bit.application
│ │ │ │ ├── HelloWall-C#_00bit.exe
│ │ │ │ ├── HelloWall-C#_00bit.exe.manifest
│ │ │ │ ├── HelloWall-C#_00bit.TrustInfo.xml
│ │ │ │ ├── HelloWall.csproj.FileListAbsolute.txt
│ │ │ │ ├── HelloWall.csproj.GenerateResource.Cache
│ │ │ │ ├── HelloWall.csprojResolveAssemblyReference.cache
│ │ │ │ ├── HelloWall.HelloWallForm.resources
│ │ │ │ ├── HelloWall.Properties.Resources.resources
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── x86
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── HelloWall-C#_00bit.application
│ │ │ │ ├── HelloWall-C#_00bit.exe
│ │ │ │ ├── HelloWall-C#_00bit.exe.manifest
│ │ │ │ ├── HelloWall-C#_00bit.TrustInfo.xml
│ │ │ │ ├── HelloWall.csproj.FileListAbsolute.txt
│ │ │ │ ├── HelloWall.csproj.GenerateResource.Cache
│ │ │ │ ├── HelloWall.csprojResolveAssemblyReference.cache
│ │ │ │ ├── HelloWall.HelloWallForm.resources
│ │ │ │ ├── HelloWall.Properties.Resources.resources
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Release
│ │ │ ├── HelloWall-C#_00bit.application
│ │ │ ├── HelloWall-C#_00bit.exe
│ │ │ ├── HelloWall-C#_00bit.exe.manifest
│ │ │ ├── HelloWall-C#_00bit.TrustInfo.xml
│ │ │ ├── HelloWall.csproj.FileListAbsolute.txt
│ │ │ ├── HelloWall.csproj.GenerateResource.Cache
│ │ │ ├── HelloWall.csprojResolveAssemblyReference.cache
│ │ │ ├── HelloWall.HelloWallForm.resources
│ │ │ ├── HelloWall.Properties.Resources.resources
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── publish
│ │ │ ├── Application Files
│ │ │ │ └── HelloWall_1_0_0_0
│ │ │ │ ├── HelloWall.application
│ │ │ │ ├── HelloWall.exe.config.deploy
│ │ │ │ ├── HelloWall.exe.deploy
│ │ │ │ ├── HelloWall.exe.manifest
│ │ │ │ └── rdf-icon.ico.deploy
│ │ │ ├── HelloWall.application
│ │ │ └── setup.exe
│ │ └── rdf-icon.ico
│ ├── HelloWall.sln
│ ├── HelloWall.suo
│ └── HelloWall.v12.suo
└── IFCViewer
├── DLL
│ ├── SharpDX.Direct3D9.dll
│ ├── SharpDX.dll
│ └── SharpDX.Mathematics.dll
├── IFCViewer
│ ├── AboutBox.cs
│ ├── AboutBox.Designer.cs
│ ├── AboutBox.resx
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── IFC2X3-Settings.xml
│ │ │ ├── IFC2X3_TC1.exp
│ │ │ ├── IFC4_ADD2.exp
│ │ │ ├── IFC4-Settings.xml
│ │ │ ├── IFC4X1.exp
│ │ │ ├── ifcengine.dll
│ │ │ ├── IFCViewer.exe
│ │ │ ├── IFCViewer.exe.config
│ │ │ ├── IFCViewer.pdb
│ │ │ ├── IFCViewer.vshost.exe
│ │ │ ├── IFCViewer.vshost.exe.config
│ │ │ ├── IFCViewer.vshost.exe.manifest
│ │ │ ├── SharpDX.Direct3D9.dll
│ │ │ ├── SharpDX.dll
│ │ │ ├── SharpDX.Mathematics.dll
│ │ │ └── Version.exe
│ │ ├── Release
│ │ │ ├── IFC2X3-Settings.xml
│ │ │ ├── IFC2X3_TC1.exp
│ │ │ ├── IFC4_ADD2.exp
│ │ │ ├── IFC4-Settings.xml
│ │ │ ├── IFC4X1.exp
│ │ │ ├── ifcengine.dll
│ │ │ ├── IFCViewer-C#.exe
│ │ │ ├── IFCViewer.exe.config
│ │ │ ├── SharpDX.Direct3D9.dll
│ │ │ ├── SharpDX.dll
│ │ │ ├── SharpDX.Mathematics.dll
│ │ │ └── Version.exe
│ │ └── x64
│ │ ├── Debug
│ │ │ ├── IFC2X3-Settings.xml
│ │ │ ├── IFC2X3_TC1.exp
│ │ │ ├── IFC4_ADD2.exp
│ │ │ ├── IFC4-Settings.xml
│ │ │ ├── IFC4X1.exp
│ │ │ ├── ifcengine.dll
│ │ │ ├── IFCViewer.exe
│ │ │ ├── IFCViewer.exe.config
│ │ │ ├── IFCViewer.vshost.exe
│ │ │ ├── IFCViewer.vshost.exe.config
│ │ │ ├── IFCViewer.XML
│ │ │ ├── SharpDX.Direct3D9.dll
│ │ │ ├── SharpDX.dll
│ │ │ ├── SharpDX.Mathematics.dll
│ │ │ └── Version.exe
│ │ └── Release
│ │ ├── IFC2X3-Settings.xml
│ │ ├── IFC2X3_TC1.exp
│ │ ├── IFC4_ADD2.exp
│ │ ├── IFC4-Settings.xml
│ │ ├── IFC4X1.exp
│ │ ├── ifcengine.dll
│ │ ├── IFCViewer-C#.exe
│ │ ├── IFCViewer.exe.config
│ │ ├── IFCViewer.XML
│ │ ├── SharpDX.Direct3D9.dll
│ │ ├── SharpDX.dll
│ │ ├── SharpDX.Mathematics.dll
│ │ └── Version.exe
│ ├── IfcEngine.cs
│ ├── IFCItem.cs
│ ├── IFCItemView.cs
│ ├── IFCMaterialsBuilder.cs
│ ├── IFCModel.cs
│ ├── IFCPicker.cs
│ ├── IFCViewer.csproj
│ ├── IIFCRenderer.cs
│ ├── IIFCViewer.cs
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── CoreCompileInputs.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── IFCViewer.AboutBox.resources
│ │ │ ├── IFCViewer.csproj.FileListAbsolute.txt
│ │ │ ├── IFCViewer.csproj.GenerateResource.Cache
│ │ │ ├── IFCViewer.csprojResolveAssemblyReference.cache
│ │ │ ├── IFCViewer.exe
│ │ │ ├── IFCViewer.MainForm.resources
│ │ │ ├── IFCViewer.Properties.Resources.resources
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── x64
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── IFCViewer.AboutBox.resources
│ │ │ │ ├── IFCViewer.csproj.FileListAbsolute.txt
│ │ │ │ ├── IFCViewer.csproj.GenerateResource.Cache
│ │ │ │ ├── IFCViewer.exe
│ │ │ │ ├── IFCViewer.MainForm.resources
│ │ │ │ ├── IFCViewer.Properties.Resources.resources
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Release
│ │ │ ├── IFCViewer.AboutBox.resources
│ │ │ ├── IFCViewer.csproj.FileListAbsolute.txt
│ │ │ ├── IFCViewer.csproj.GenerateResource.Cache
│ │ │ ├── IFCViewer.exe
│ │ │ ├── IFCViewer.MainForm.resources
│ │ │ ├── IFCViewer.Properties.Resources.resources
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── IFCViewer.AboutBox.resources
│ │ │ ├── IFCViewer.csproj.FileListAbsolute.txt
│ │ │ ├── IFCViewer.csproj.GenerateResource.Cache
│ │ │ ├── IFCViewer.exe
│ │ │ ├── IFCViewer.MainForm.resources
│ │ │ ├── IFCViewer.pdb
│ │ │ ├── IFCViewer.Properties.Resources.resources
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── Release
│ │ ├── IFCViewer.AboutBox.resources
│ │ ├── IFCViewer.csproj.FileListAbsolute.txt
│ │ ├── IFCViewer.csproj.GenerateResource.Cache
│ │ ├── IFCViewer.csprojResolveAssemblyReference.cache
│ │ ├── IFCViewer.exe
│ │ ├── IFCViewer.MainForm.resources
│ │ ├── IFCViewer.Properties.Resources.resources
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── ifcviewerDoc.ico
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RDF to IFC.docx
│ ├── SharpDXRenderer.cs
│ ├── TreeIFCitemView.cs
│ └── TreeIFCViewer.cs
└── IFCViewer.sln
74 directories, 456 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论