在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#文件解析和处理 → 官方发布的Revit导出IFC插件源码:revit-ifc-IFC_v20.3.2.0

官方发布的Revit导出IFC插件源码:revit-ifc-IFC_v20.3.2.0

C#文件解析和处理

下载此实例
  • 开发语言:C#
  • 实例大小:90.75M
  • 下载次数:14
  • 浏览次数:192
  • 发布时间:2022-08-29
  • 实例类别:C#文件解析和处理
  • 发 布 人:kerwinaj
  • 文件格式:.rar
  • 所需积分:2
 相关标签: Revit 二次开发 IFC

实例介绍

【实例简介】官方发布的Revit导出IFC插件源码:revit-ifc-IFC_v20.3.2.0

【实例截图】

from clipboard

【核心代码】

.
├── revit-ifc-IFC_v20.3.2.0
│   ├── Install
│   │   ├── Program Files to Install
│   │   │   ├── Adsk_sidebar_501x314.jpg
│   │   │   ├── Autodesk Logo.bmp
│   │   │   ├── DefaultUserDefinedParameterSets.txt
│   │   │   ├── IFC Shared Parameters-RevitIFCBuiltIn-Type_ALL.txt
│   │   │   ├── IFC Shared Parameters-RevitIFCBuiltIn_ALL.txt
│   │   │   ├── IFC2X2_ADD1.exp
│   │   │   ├── IFC2X2_ADD1.xsd
│   │   │   ├── IFC2X3_TC1.exp
│   │   │   ├── IFC2X3_TC1.xsd
│   │   │   ├── IFC2x3 COBie 2.4 Design Deliverable.txt
│   │   │   ├── IFC4.exp
│   │   │   ├── IFC4.xsd
│   │   │   ├── IFCCertifiedEntitiesAndPSets.json
│   │   │   ├── IFCExporterUIOverride.addin
│   │   │   ├── LICENSE.rtf
│   │   │   ├── Revit.IFC.addin
│   │   │   └── bundle
│   │   │       ├── Contents
│   │   │       │   └── Resources
│   │   │       │       ├── ADSKIFCExporterHelp.htm
│   │   │       │       ├── IFCExporter.png
│   │   │       │       ├── IFCExporter_16.png
│   │   │       │       ├── IFCExporter_32.png
│   │   │       │       ├── Software Certification Certificate Revit - Architectural export ER.png
│   │   │       │       └── Software Certification Certificate Revit - Structural export ER.png
│   │   │       └── PackageContents.xml
│   │   └── RevitIFCSetupWix
│   │       ├── Product.wxs
│   │       ├── RevitIFCSetupWix.csproj
│   │       ├── RevitIFCSetupWix.wixproj
│   │       └── buildInstaller.bat
│   ├── README.md
│   ├── Revit.IFC.sln
│   ├── Source
│   │   ├── IFCExporterUIOverride
│   │   │   ├── Autodesk.IFC.Export.UI.addin
│   │   │   ├── COBieCompanyInfoTab.xaml
│   │   │   ├── COBieCompanyInfoTab.xaml.cs
│   │   │   ├── COBieProjectInfoTab.xaml
│   │   │   ├── COBieProjectInfoTab.xaml.cs
│   │   │   ├── CreateResource.bat
│   │   │   ├── IFC2X2_ADD1.xsd
│   │   │   ├── IFC2X3_TC1.xsd
│   │   │   ├── IFC4.xsd
│   │   │   ├── IFCAddressInformationUI.xaml
│   │   │   ├── IFCAddressInformationUI.xaml.cs
│   │   │   ├── IFCClassificationUI.xaml
│   │   │   ├── IFCClassificationUI.xaml.cs
│   │   │   ├── IFCCommandOverrideApplication.cs
│   │   │   ├── IFCExchangeRequirements.cs
│   │   │   ├── IFCExport.xaml
│   │   │   ├── IFCExport.xaml.cs
│   │   │   ├── IFCExportConfiguration.cs
│   │   │   ├── IFCExportConfigurationsMap.cs
│   │   │   ├── IFCExportResult.cs
│   │   │   ├── IFCExporterUI.props
│   │   │   ├── IFCExporterUIOverride.csproj
│   │   │   ├── IFCExporterUIOverride.props
│   │   │   ├── IFCExporterUIWindow.xaml
│   │   │   ├── IFCExporterUIWindow.xaml.cs
│   │   │   ├── IFCFileFormatAttributes.cs
│   │   │   ├── IFCFileHeaderInformationUI.xaml
│   │   │   ├── IFCFileHeaderInformationUI.xaml.cs
│   │   │   ├── IFCNewExportSetup.xaml
│   │   │   ├── IFCNewExportSetup.xaml.cs
│   │   │   ├── IFCPhaseAttributes.cs
│   │   │   ├── IFCPropertySets.cs
│   │   │   ├── IFCRenameExportSetup.xaml
│   │   │   ├── IFCRenameExportSetup.xaml.cs
│   │   │   ├── IFCSitePlacementAttributes.cs
│   │   │   ├── IFCSpaceBoundaryAttributes.cs
│   │   │   ├── IFCUIUtility.cs
│   │   │   ├── IFCVersionAttributes.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.de.resx
│   │   │   │   ├── Resources.fr.resx
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Win32API.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── APIInterop.dll
│   │   │   │   │   ├── APIUIAPI.dll
│   │   │   │   │   ├── AdWindows.dll
│   │   │   │   │   ├── AddInManager.dll
│   │   │   │   │   ├── Autodesk.UI.Themes.dll
│   │   │   │   │   ├── Autodesk.UI.Windows.dll
│   │   │   │   │   ├── BuildingSystemsUIAPI.dll
│   │   │   │   │   ├── DesktopMFCAPI.dll
│   │   │   │   │   ├── DetailUIAPI.dll
│   │   │   │   │   ├── EnergyAnalysisUtilitiesAPI.dll
│   │   │   │   │   ├── EssentialsUIAPI.dll
│   │   │   │   │   ├── IFCExportUIOverride.dll
│   │   │   │   │   ├── IFCExportUIOverride.pdb
│   │   │   │   │   ├── ManagedMC3.dll
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   ├── Newtonsoft.Json.xml
│   │   │   │   │   ├── RevitAPI.dll
│   │   │   │   │   ├── RevitAPI.xml
│   │   │   │   │   ├── RevitAPIIFC.dll
│   │   │   │   │   ├── RevitAPIIFC.xml
│   │   │   │   │   ├── RevitAPIUI.dll
│   │   │   │   │   ├── RevitAPIUI.xml
│   │   │   │   │   ├── RevitAddInUtility.dll
│   │   │   │   │   ├── RevitAddInUtility.xml
│   │   │   │   │   ├── RevitMFCAPI.dll
│   │   │   │   │   ├── RevitUIAPI.dll
│   │   │   │   │   ├── UIFramework.dll
│   │   │   │   │   ├── UIFrameworkServices.dll
│   │   │   │   │   ├── UserInterfaceUtility.dll
│   │   │   │   │   ├── Xceed.Wpf.AvalonDock.dll
│   │   │   │   │   ├── cs-CZ
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── IFCExportUIOverride.resources.dll
│   │   │   │   │   ├── de-DE
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── en-GB
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── en-US
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── es-ES
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── IFCExportUIOverride.resources.dll
│   │   │   │   │   ├── fr-FR
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── it-IT
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── ja-JP
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── ko-KR
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── pl-PL
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── pt-BR
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── ru-RU
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   ├── zh-CN
│   │   │   │   │   │   └── AdWindows.resources.dll
│   │   │   │   │   └── zh-TW
│   │   │   │   │       └── AdWindows.resources.dll
│   │   │   │   ├── Release
│   │   │   │   ├── Slow_Debug
│   │   │   │   └── x64
│   │   │   │       ├── Debug
│   │   │   │       ├── Release
│   │   │   │       └── Slow_Debug
│   │   │   ├── icons
│   │   │   │   ├── create.ico
│   │   │   │   ├── delete.ico
│   │   │   │   ├── duplicate_ico.ico
│   │   │   │   ├── load.ico
│   │   │   │   ├── rename.ico
│   │   │   │   └── save.ico
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── BIM.IFC.Export.UI.Properties.Resources.de.resources
│   │   │   │   │   ├── BIM.IFC.Export.UI.Properties.Resources.fr.resources
│   │   │   │   │   ├── BIM.IFC.Export.UI.Properties.Resources.resources
│   │   │   │   │   ├── COBieCompanyInfoTab.baml
│   │   │   │   │   ├── COBieCompanyInfoTab.g.cs
│   │   │   │   │   ├── COBieCompanyInfoTab.g.i.cs
│   │   │   │   │   ├── COBieProjectInfoTab.baml
│   │   │   │   │   ├── COBieProjectInfoTab.g.cs
│   │   │   │   │   ├── COBieProjectInfoTab.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── IFCAddressInformationUI.baml
│   │   │   │   │   ├── IFCAddressInformationUI.g.cs
│   │   │   │   │   ├── IFCAddressInformationUI.g.i.cs
│   │   │   │   │   ├── IFCClassificationUI.baml
│   │   │   │   │   ├── IFCClassificationUI.g.cs
│   │   │   │   │   ├── IFCClassificationUI.g.i.cs
│   │   │   │   │   ├── IFCExport.baml
│   │   │   │   │   ├── IFCExport.g.cs
│   │   │   │   │   ├── IFCExport.g.i.cs
│   │   │   │   │   ├── IFCExportUIOverride.dll
│   │   │   │   │   ├── IFCExportUIOverride.g.resources
│   │   │   │   │   ├── IFCExportUIOverride.pdb
│   │   │   │   │   ├── IFCExportUIOverride_MarkupCompile.cache
│   │   │   │   │   ├── IFCExportUIOverride_MarkupCompile.i.cache
│   │   │   │   │   ├── IFCExportUIOverride_MarkupCompile.i.lref
│   │   │   │   │   ├── IFCExportUIOverride_MarkupCompile.lref
│   │   │   │   │   ├── IFCExporterUIOverride.csproj.AssemblyReference.cache
│   │   │   │   │   ├── IFCExporterUIOverride.csproj.CopyComplete
│   │   │   │   │   ├── IFCExporterUIOverride.csproj.CoreCompileInputs.cache
│   │   │   │   │   ├── IFCExporterUIOverride.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── IFCExporterUIOverride.csproj.GenerateResource.cache
│   │   │   │   │   ├── IFCExporterUIWindow.baml
│   │   │   │   │   ├── IFCExporterUIWindow.g.cs
│   │   │   │   │   ├── IFCExporterUIWindow.g.i.cs
│   │   │   │   │   ├── IFCFileHeaderInformationUI.baml
│   │   │   │   │   ├── IFCFileHeaderInformationUI.g.cs
│   │   │   │   │   ├── IFCFileHeaderInformationUI.g.i.cs
│   │   │   │   │   ├── IFCNewExportSetup.baml
│   │   │   │   │   ├── IFCNewExportSetup.g.cs
│   │   │   │   │   ├── IFCNewExportSetup.g.i.cs
│   │   │   │   │   ├── IFCRenameExportSetup.baml
│   │   │   │   │   ├── IFCRenameExportSetup.g.cs
│   │   │   │   │   ├── IFCRenameExportSetup.g.i.cs
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── build.force
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── IFCExportUIOverride.resources.dll
│   │   │   │   │   └── fr
│   │   │   │   │       └── IFCExportUIOverride.resources.dll
│   │   │   │   └── Release
│   │   │   │       ├── COBieCompanyInfoTab.g.cs
│   │   │   │       ├── COBieCompanyInfoTab.g.i.cs
│   │   │   │       ├── COBieProjectInfoTab.g.cs
│   │   │   │       ├── COBieProjectInfoTab.g.i.cs
│   │   │   │       ├── IFCAddressInformationUI.g.cs
│   │   │   │       ├── IFCAddressInformationUI.g.i.cs
│   │   │   │       ├── IFCClassificationUI.g.cs
│   │   │   │       ├── IFCClassificationUI.g.i.cs
│   │   │   │       ├── IFCExport.g.cs
│   │   │   │       ├── IFCExport.g.i.cs
│   │   │   │       ├── IFCExportUIOverride_MarkupCompile.cache
│   │   │   │       ├── IFCExportUIOverride_MarkupCompile.lref
│   │   │   │       ├── IFCExporterUIOverride.csproj.AssemblyReference.cache
│   │   │   │       ├── IFCExporterUIOverride.csproj.FileListAbsolute.txt
│   │   │   │       ├── IFCExporterUIWindow.g.cs
│   │   │   │       ├── IFCExporterUIWindow.g.i.cs
│   │   │   │       ├── IFCFileHeaderInformationUI.g.cs
│   │   │   │       ├── IFCFileHeaderInformationUI.g.i.cs
│   │   │   │       ├── IFCNewExportSetup.g.cs
│   │   │   │       ├── IFCNewExportSetup.g.i.cs
│   │   │   │       ├── IFCRenameExportSetup.g.cs
│   │   │   │       ├── IFCRenameExportSetup.g.i.cs
│   │   │   │       ├── TempPE
│   │   │   │       │   └── Properties.Resources.Designer.cs.dll
│   │   │   │       └── build.force
│   │   │   └── packages.config
│   │   ├── Revit.IFC.Common
│   │   │   ├── Enums
│   │   │   │   ├── CommonEnum.cs
│   │   │   │   ├── IFC2xEntityType.cs
│   │   │   │   ├── IFC4EntityType.cs
│   │   │   │   ├── IFCEntityType.cs
│   │   │   │   └── IFCKnownMVDAndER.cs
│   │   │   ├── Extension
│   │   │   │   ├── IFCAddress.cs
│   │   │   │   ├── IFCAddressItem.cs
│   │   │   │   ├── IFCClassification.cs
│   │   │   │   ├── IFCClassificationMgr.cs
│   │   │   │   ├── IFCFileHeader.cs
│   │   │   │   └── IFCFileHeaderItem.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Revit.IFC.Common.csproj
│   │   │   ├── Revit.IFC.Common.props
│   │   │   ├── Utility
│   │   │   │   ├── COBieCompanyInfo.cs
│   │   │   │   ├── COBieProjectInfo.cs
│   │   │   │   ├── DirectoryUtil.cs
│   │   │   │   ├── IFCAnyHandleUtil.cs
│   │   │   │   ├── IFCCompatibilityType.cs
│   │   │   │   ├── IFCFuzzyXYZ.cs
│   │   │   │   ├── IfcSchemaEntityNode.cs
│   │   │   │   ├── IfcSchemaEntityTree.cs
│   │   │   │   ├── MathUtil.cs
│   │   │   │   ├── OptionsUtil.cs
│   │   │   │   ├── ProcessIFCXMLSchema.cs
│   │   │   │   └── RevitStatusBar.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── APIDBAPI.dll
│   │   │   │   │   ├── AdpSDKCSharpWrapper.dll
│   │   │   │   │   ├── AnalysisAppsDBAPI.dll
│   │   │   │   │   ├── ArrayElemsDBAPI.dll
│   │   │   │   │   ├── AssemblyDBAPI.dll
│   │   │   │   │   ├── BuildingSystemsDBAPI.dll
│   │   │   │   │   ├── CurtainGridFamilyDBAPI.dll
│   │   │   │   │   ├── DBManagedServices.dll
│   │   │   │   │   ├── DPartDBAPI.dll
│   │   │   │   │   ├── DetailDBAPI.dll
│   │   │   │   │   ├── ElementGroupDBAPI.dll
│   │   │   │   │   ├── EnergyAnalysisDBAPI.dll
│   │   │   │   │   ├── EssentialsDBAPI.dll
│   │   │   │   │   ├── FamilyDBAPI.dll
│   │   │   │   │   ├── GeomUtilAPI.dll
│   │   │   │   │   ├── GraphicsAPI.dll
│   │   │   │   │   ├── HostObjDBAPI.dll
│   │   │   │   │   ├── InterfaceAPI.dll
│   │   │   │   │   ├── InterfaceUtilAPI.dll
│   │   │   │   │   ├── IntfIFCAPI.dll
│   │   │   │   │   ├── MassingDBAPI.dll
│   │   │   │   │   ├── MaterialDBAPI.dll
│   │   │   │   │   ├── NumberingDBAPI.dll
│   │   │   │   │   ├── PersistenceDBAPI.dll
│   │   │   │   │   ├── PointCloudAccessAPI.dll
│   │   │   │   │   ├── RebarDBAPI.dll
│   │   │   │   │   ├── Revit.IFC.Common.dll
│   │   │   │   │   ├── Revit.IFC.Common.pdb
│   │   │   │   │   ├── RevitAPI.dll
│   │   │   │   │   ├── RevitAPI.xml
│   │   │   │   │   ├── RevitAPIFoundation.dll
│   │   │   │   │   ├── RevitAPIIFC.dll
│   │   │   │   │   ├── RevitAPIIFC.xml
│   │   │   │   │   ├── RevitAPIUI.dll
│   │   │   │   │   ├── RevitDBAPI.dll
│   │   │   │   │   ├── RoomAreaPlanDBAPI.dll
│   │   │   │   │   ├── SculptingDBAPI.dll
│   │   │   │   │   ├── SiteDBAPI.dll
│   │   │   │   │   ├── StairRampDBAPI.dll
│   │   │   │   │   ├── StructuralAnalysisDBAPI.dll
│   │   │   │   │   ├── StructuralDBAPI.dll
│   │   │   │   │   └── UtilityAPI.dll
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── Revit.IFC.Common.csproj.AssemblyReference.cache
│   │   │       │   ├── Revit.IFC.Common.csproj.CopyComplete
│   │   │       │   ├── Revit.IFC.Common.csproj.CoreCompileInputs.cache
│   │   │       │   ├── Revit.IFC.Common.csproj.FileListAbsolute.txt
│   │   │       │   ├── Revit.IFC.Common.dll
│   │   │       │   ├── Revit.IFC.Common.pdb
│   │   │       │   └── TempPE
│   │   │       └── Release
│   │   │           ├── Revit.IFC.Common.csproj.AssemblyReference.cache
│   │   │           ├── Revit.IFC.Common.csproj.CoreCompileInputs.cache
│   │   │           ├── Revit.IFC.Common.csproj.FileListAbsolute.txt
│   │   │           ├── TempPE
│   │   │           └── build.force
│   │   ├── Revit.IFC.Export
│   │   │   ├── Exporter
│   │   │   │   ├── AreaSchemeExporter.cs
│   │   │   │   ├── AssemblyInstanceExporter.cs
│   │   │   │   ├── AssemblyInstanceInfo.cs
│   │   │   │   ├── BeamExporter.cs
│   │   │   │   ├── BodyData.cs
│   │   │   │   ├── BodyExporter.cs
│   │   │   │   ├── BodyExporterOptions.cs
│   │   │   │   ├── BodyGroupData.cs
│   │   │   │   ├── BodyGroupKey.cs
│   │   │   │   ├── BoundingBoxExporter.cs
│   │   │   │   ├── CeilingExporter.cs
│   │   │   │   ├── ConnectorExporter.cs
│   │   │   │   ├── CurtainSystemExporter.cs
│   │   │   │   ├── CurveElementExporter.cs
│   │   │   │   ├── DoorWindowExporter.cs
│   │   │   │   ├── DuctInsulationExporter.cs
│   │   │   │   ├── DuctLiningExporter.cs
│   │   │   │   ├── Exporter.cs
│   │   │   │   ├── ExporterInitializer.cs
│   │   │   │   ├── ExporterInitializer_PsetDef.cs
│   │   │   │   ├── ExtrusionExporter.cs
│   │   │   │   ├── FabricSheetExporter.cs
│   │   │   │   ├── FamilyInstanceExporter.cs
│   │   │   │   ├── FilledRegionExporter.cs
│   │   │   │   ├── FloorExporter.cs
│   │   │   │   ├── FootingExporter.cs
│   │   │   │   ├── GenericElementExporter.cs
│   │   │   │   ├── GenericMEPExporter.cs
│   │   │   │   ├── GridExporter.cs
│   │   │   │   ├── GroupExporter.cs
│   │   │   │   ├── GroupInfo.cs
│   │   │   │   ├── HandleAndData.cs
│   │   │   │   ├── HostObjectExporter.cs
│   │   │   │   ├── HostedSweepExporter.cs
│   │   │   │   ├── IFCEntityAndPsetList.cs
│   │   │   │   ├── InsulationExporter.cs
│   │   │   │   ├── PartExporter.cs
│   │   │   │   ├── PileExporter.cs
│   │   │   │   ├── PipeInsulationExporter.cs
│   │   │   │   ├── PropertySet
│   │   │   │   │   ├── AttributeEntry.cs
│   │   │   │   │   ├── AttributeEntryMap.cs
│   │   │   │   │   ├── AttributeSetDescription.cs
│   │   │   │   │   ├── Calculators
│   │   │   │   │   │   ├── AreaCalculator.cs
│   │   │   │   │   │   ├── ConcealCalculator.cs
│   │   │   │   │   │   ├── CrossSectionAreaCalculator.cs
│   │   │   │   │   │   ├── DepthCalculator.cs
│   │   │   │   │   │   ├── DiameterCalculator.cs
│   │   │   │   │   │   ├── ExtendToStructureCalculator.cs
│   │   │   │   │   │   ├── FinishCalculator.cs
│   │   │   │   │   │   ├── FireRatingCalculator.cs
│   │   │   │   │   │   ├── GrossAreaCalculator.cs
│   │   │   │   │   │   ├── GrossSurfaceAreaCalculator.cs
│   │   │   │   │   │   ├── GrossVolumeCalculator.cs
│   │   │   │   │   │   ├── GrossWeightCalculator.cs
│   │   │   │   │   │   ├── HeightCalculator.cs
│   │   │   │   │   │   ├── ISOCD3766BendingEndHookCalculator.cs
│   │   │   │   │   │   ├── ISOCD3766BendingRadiusCalculator.cs
│   │   │   │   │   │   ├── ISOCD3766BendingStartHookCalculator.cs
│   │   │   │   │   │   ├── ISOCD3766ShapeCode.cs
│   │   │   │   │   │   ├── ISOCD3766ShapeParameterACalculator.cs
│   │   │   │   │   │   ├── ISOCD3766ShapeParameterBCalculator.cs
│   │   │   │   │   │   ├── ISOCD3766ShapeParameterCCalculator.cs
│   │   │   │   │   │   ├── ISOCD3766ShapeParameterDCalculator.cs
│   │   │   │   │   │   ├── ISOCD3766ShapeParameterECalculator.cs
│   │   │   │   │   │   ├── ISOCD3766ShapeParameterRCalculator.cs
│   │   │   │   │   │   ├── IsExternalCalculator.cs
│   │   │   │   │   │   ├── LengthCalculator.cs
│   │   │   │   │   │   ├── LoadBearingCalculator.cs
│   │   │   │   │   │   ├── LongitudinalBarNominalDiameter.cs
│   │   │   │   │   │   ├── LongitudinalBarSpacing.cs
│   │   │   │   │   │   ├── MeshLengthCalculator.cs
│   │   │   │   │   │   ├── MeshWidthCalculator.cs
│   │   │   │   │   │   ├── NetSurfaceAreaCalculator.cs
│   │   │   │   │   │   ├── NetVolumeCalculator.cs
│   │   │   │   │   │   ├── NetWeightCalculator.cs
│   │   │   │   │   │   ├── NosingLengthCalculator.cs
│   │   │   │   │   │   ├── NumberOfRiserCalculator.cs
│   │   │   │   │   │   ├── NumberOfStoreysCalculator.cs
│   │   │   │   │   │   ├── NumberOfTreadsCalculator.cs
│   │   │   │   │   │   ├── OuterSurfaceAreaCalculator.cs
│   │   │   │   │   │   ├── PerimeterCalculator.cs
│   │   │   │   │   │   ├── ProjectedAreaCalculator.cs
│   │   │   │   │   │   ├── ReferenceCalculator.cs
│   │   │   │   │   │   ├── RiserHeightCalculator.cs
│   │   │   │   │   │   ├── RollCalculator.cs
│   │   │   │   │   │   ├── ShapeCalculator.cs
│   │   │   │   │   │   ├── SlabLoadBearingCalculator.cs
│   │   │   │   │   │   ├── SlopeCalculator.cs
│   │   │   │   │   │   ├── SpaceLevelAreaCalculator.cs
│   │   │   │   │   │   ├── SpaceLevelDescriptionCalculator.cs
│   │   │   │   │   │   ├── SpanCalculator.cs
│   │   │   │   │   │   ├── SpecificZoneCalculator.cs
│   │   │   │   │   │   ├── TemperatureCalculator.cs
│   │   │   │   │   │   ├── TransverseBarNominalDiameter.cs
│   │   │   │   │   │   ├── TransverseBarSpacing.cs
│   │   │   │   │   │   ├── TreadLengthAtInnerSideCalculator.cs
│   │   │   │   │   │   ├── TreadLengthAtOffsetCalculator.cs
│   │   │   │   │   │   ├── TreadLengthCalculator.cs
│   │   │   │   │   │   ├── VolumeCalculator.cs
│   │   │   │   │   │   ├── WaistThicknessCalculator.cs
│   │   │   │   │   │   ├── WalkingLineOffsetCalculator.cs
│   │   │   │   │   │   └── WidthCalculator.cs
│   │   │   │   │   ├── ClassificationUtil.cs
│   │   │   │   │   ├── Description.cs
│   │   │   │   │   ├── DescriptionCalculator.cs
│   │   │   │   │   ├── ElectricalCurrentPropertyUtil.cs
│   │   │   │   │   ├── ElectricalVoltagePropertyUtil.cs
│   │   │   │   │   ├── Entry.cs
│   │   │   │   │   ├── EntryMap.cs
│   │   │   │   │   ├── ExporterInitializer_PsetDefIFC2X2Enum.cs
│   │   │   │   │   ├── ExporterInitializer_PsetDefIFC2X3TC1Enum.cs
│   │   │   │   │   ├── ExporterInitializer_PsetDefIFC4Enum.cs
│   │   │   │   │   ├── FrequencyPropertyUtil.cs
│   │   │   │   │   ├── PositivePlaneAnglePropertyUtil.cs
│   │   │   │   │   ├── PropertyCalculator.cs
│   │   │   │   │   ├── PropertySetDescription.cs
│   │   │   │   │   ├── PropertySetEntry.cs
│   │   │   │   │   ├── PropertySetEntryMap.cs
│   │   │   │   │   ├── PropertySetEntryUtil.cs
│   │   │   │   │   ├── PropertyUtil.cs
│   │   │   │   │   ├── QuantityDescription.cs
│   │   │   │   │   ├── QuantityEntry.cs
│   │   │   │   │   └── QuantityEntryMap.cs
│   │   │   │   ├── ProxyElementExporter.cs
│   │   │   │   ├── RailingExporter.cs
│   │   │   │   ├── RampExporter.cs
│   │   │   │   ├── RebarCouplerExporter.cs
│   │   │   │   ├── RebarExporter.cs
│   │   │   │   ├── RoofExporter.cs
│   │   │   │   ├── SiteExporter.cs
│   │   │   │   ├── SpaceBoundary.cs
│   │   │   │   ├── SpaceOccupantInfo.cs
│   │   │   │   ├── SpatialElementExporter.cs
│   │   │   │   ├── StairRampContainerInfo.cs
│   │   │   │   ├── StairsExporter.cs
│   │   │   │   ├── StructuralMemberExporter.cs
│   │   │   │   ├── SurfaceExporter.cs
│   │   │   │   ├── SweptSolidExporter.cs
│   │   │   │   ├── TextNoteExporter.cs
│   │   │   │   ├── TypePropertyInfo.cs
│   │   │   │   ├── WallConnectionData.cs
│   │   │   │   ├── WallExporter.cs
│   │   │   │   ├── WallSweepExporter.cs
│   │   │   │   ├── ZoneExporter.cs
│   │   │   │   └── ZoneInfo.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── Revit.IFC.Export.csproj
│   │   │   ├── Revit.IFC.Export.props
│   │   │   ├── Toolkit
│   │   │   │   ├── IFC4Enums.cs
│   │   │   │   ├── IFCDataUtil.cs
│   │   │   │   ├── IFCEnums.cs
│   │   │   │   ├── IFCInstanceExporter.cs
│   │   │   │   ├── IFCSubElementEnums.cs
│   │   │   │   ├── IFCValidateEntry.cs
│   │   │   │   ├── PlacementSetter.cs
│   │   │   │   └── TransformSetter.cs
│   │   │   ├── Utility
│   │   │   │   ├── AllocatedGeometryObjectCache.cs
│   │   │   │   ├── AssemblyInstanceCache.cs
│   │   │   │   ├── AttributeCache.cs
│   │   │   │   ├── BooleanPropertyInfoCache.cs
│   │   │   │   ├── CategoryUtil.cs
│   │   │   │   ├── ClassificationCache.cs
│   │   │   │   ├── ClassificationLocationCache.cs
│   │   │   │   ├── ClassificationReferenceCache.cs
│   │   │   │   ├── ContainmentCache.cs
│   │   │   │   ├── CurveAnnotationCache.cs
│   │   │   │   ├── DoorWindowDelayedOpeningCreator.cs
│   │   │   │   ├── DoorWindowDelayedOpeningCreatorCache.cs
│   │   │   │   ├── DoorWindowInfo.cs
│   │   │   │   ├── DoorWindowOpeningInfo.cs
│   │   │   │   ├── DoorWindowUtil.cs
│   │   │   │   ├── DoublePropertyInfoCache.cs
│   │   │   │   ├── DummyHostCache.cs
│   │   │   │   ├── ElementFilteringUtil.cs
│   │   │   │   ├── ElementToHandleCache.cs
│   │   │   │   ├── ElementTypeToHandleCache.cs
│   │   │   │   ├── ExportOptionsCache.cs
│   │   │   │   ├── ExporterCacheManager.cs
│   │   │   │   ├── ExporterStateManager.cs
│   │   │   │   ├── ExporterUtil.cs
│   │   │   │   ├── FabricParams.cs
│   │   │   │   ├── FamilyExporterUtil.cs
│   │   │   │   ├── FamilyTypeInfo.cs
│   │   │   │   ├── FootPrintInfo.cs
│   │   │   │   ├── GUIDOptions.cs
│   │   │   │   ├── GUIDUtil.cs
│   │   │   │   ├── GeometryUtil.cs
│   │   │   │   ├── GroupCache.cs
│   │   │   │   ├── GroupElementGeometryCache.cs
│   │   │   │   ├── HandleToElementCache.cs
│   │   │   │   ├── HostPartsCache.cs
│   │   │   │   ├── IFCExportInfoPair.cs
│   │   │   │   ├── IntegerPropertyInfoCache.cs
│   │   │   │   ├── LevelInfoCache.cs
│   │   │   │   ├── LevelUtil.cs
│   │   │   │   ├── LogicalPropertyInfoCache.cs
│   │   │   │   ├── MEPCache.cs
│   │   │   │   ├── MaterialAndProfile.cs
│   │   │   │   ├── MaterialConstituentCache.cs
│   │   │   │   ├── MaterialConstituentSetCache.cs
│   │   │   │   ├── MaterialLayerRelationsCache.cs
│   │   │   │   ├── MaterialLayerSetCache.cs
│   │   │   │   ├── MaterialLayerSetInfo.cs
│   │   │   │   ├── MaterialRelationsCache.cs
│   │   │   │   ├── NamingOptions.cs
│   │   │   │   ├── NamingUtil.cs
│   │   │   │   ├── OpeningUtil.cs
│   │   │   │   ├── ParamExprErrorListener.cs
│   │   │   │   ├── ParamExprGrammar.g4
│   │   │   │   ├── ParamExprListener.cs
│   │   │   │   ├── ParamExprLogger.cs
│   │   │   │   ├── ParamExprResolver.cs
│   │   │   │   ├── ParamExprResolverParser.g4
│   │   │   │   ├── ParameterCache.cs
│   │   │   │   ├── ParameterElementCache.cs
│   │   │   │   ├── ParameterUtil.cs
│   │   │   │   ├── PartExportedCache.cs
│   │   │   │   ├── PresentationLayerSetCache.cs
│   │   │   │   ├── PresentationStyleAssignmentCache.cs
│   │   │   │   ├── ProductWrapper.cs
│   │   │   │   ├── PropertyInfoCache.cs
│   │   │   │   ├── PropertyMap.cs
│   │   │   │   ├── PropertySetOptions.cs
│   │   │   │   ├── RepresentationUtil.cs
│   │   │   │   ├── SimpleSweptSolidAnalyzer.cs
│   │   │   │   ├── SolidMeshGeometryInfo.cs
│   │   │   │   ├── SpaceBoundaryCache.cs
│   │   │   │   ├── SpaceBoundingElementUtil.cs
│   │   │   │   ├── SpaceInfo.cs
│   │   │   │   ├── SpaceOccupantInfoCache.cs
│   │   │   │   ├── StairRampContainerInfoCache.cs
│   │   │   │   ├── StringPropertyInfoCache.cs
│   │   │   │   ├── SystemsCache.cs
│   │   │   │   ├── TriangleMergeUtil.cs
│   │   │   │   ├── TypeObjectsCache.cs
│   │   │   │   ├── TypePropertyInfoCache.cs
│   │   │   │   ├── TypeRelationsCache.cs
│   │   │   │   ├── UnitUtil.cs
│   │   │   │   ├── UnitsCache.cs
│   │   │   │   ├── WallConnectionDataCache.cs
│   │   │   │   ├── WallCrossSectionCache.cs
│   │   │   │   └── ZoneInfoCache.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Antlr4.Runtime.dll
│   │   │   │   │   ├── GeometryGymIFC.dll
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   ├── Revit.IFC.Common.dll
│   │   │   │   │   ├── Revit.IFC.Common.pdb
│   │   │   │   │   ├── Revit.IFC.Export.dll
│   │   │   │   │   ├── Revit.IFC.Export.pdb
│   │   │   │   │   ├── RevitAPI.dll
│   │   │   │   │   ├── RevitAPI.xml
│   │   │   │   │   ├── RevitAPIIFC.dll
│   │   │   │   │   ├── RevitAPIIFC.xml
│   │   │   │   │   └── RevitAPIUI.dll
│   │   │   │   ├── Release
│   │   │   │   ├── Slow_Debug
│   │   │   │   └── x64
│   │   │   │       ├── Debug
│   │   │   │       ├── Release
│   │   │   │       └── Slow_Debug
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── ParamExprGrammar.tokens
│   │   │       │   ├── ParamExprGrammarBaseListener.cs
│   │   │       │   ├── ParamExprGrammarBaseVisitor.cs
│   │   │       │   ├── ParamExprGrammarLexer.cs
│   │   │       │   ├── ParamExprGrammarLexer.tokens
│   │   │       │   ├── ParamExprGrammarListener.cs
│   │   │       │   ├── ParamExprGrammarParser.cs
│   │   │       │   ├── ParamExprGrammarVisitor.cs
│   │   │       │   ├── Revit.IFC.Export.Properties.Resources.resources
│   │   │       │   ├── Revit.IFC.Export.csproj.Antlr4GeneratedCodeFileListAbsolute.txt
│   │   │       │   ├── Revit.IFC.Export.csproj.AssemblyReference.cache
│   │   │       │   ├── Revit.IFC.Export.csproj.CopyComplete
│   │   │       │   ├── Revit.IFC.Export.csproj.CoreCompileInputs.cache
│   │   │       │   ├── Revit.IFC.Export.csproj.FileListAbsolute.txt
│   │   │       │   ├── Revit.IFC.Export.csproj.GenerateResource.cache
│   │   │       │   ├── Revit.IFC.Export.dll
│   │   │       │   ├── Revit.IFC.Export.pdb
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │       │   └── build.force
│   │   │       ├── Release
│   │   │       │   ├── ParamExprGrammar.tokens
│   │   │       │   ├── ParamExprGrammarBaseListener.cs
│   │   │       │   ├── ParamExprGrammarBaseVisitor.cs
│   │   │       │   ├── ParamExprGrammarLexer.cs
│   │   │       │   ├── ParamExprGrammarLexer.tokens
│   │   │       │   ├── ParamExprGrammarListener.cs
│   │   │       │   ├── ParamExprGrammarParser.cs
│   │   │       │   ├── ParamExprGrammarVisitor.cs
│   │   │       │   ├── Revit.IFC.Export.Properties.Resources.resources
│   │   │       │   ├── Revit.IFC.Export.csproj.Antlr4GeneratedCodeFileListAbsolute.txt
│   │   │       │   ├── Revit.IFC.Export.csproj.AssemblyReference.cache
│   │   │       │   ├── Revit.IFC.Export.csproj.CoreCompileInputs.cache
│   │   │       │   ├── Revit.IFC.Export.csproj.FileListAbsolute.txt
│   │   │       │   ├── Revit.IFC.Export.csproj.GenerateResource.cache
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │       │   └── build.force
│   │   │       ├── Revit.IFC.Export.csproj.nuget.dgspec.json
│   │   │       ├── Revit.IFC.Export.csproj.nuget.g.props
│   │   │       ├── Revit.IFC.Export.csproj.nuget.g.targets
│   │   │       ├── project.assets.json
│   │   │       └── project.nuget.cache
│   │   ├── Revit.IFC.Import
│   │   │   ├── Data
│   │   │   │   ├── IFCAdvancedBrep.cs
│   │   │   │   ├── IFCAdvancedFace.cs
│   │   │   │   ├── IFCApplication.cs
│   │   │   │   ├── IFCBSplineCurve.cs
│   │   │   │   ├── IFCBSplineCurveWithKnots.cs
│   │   │   │   ├── IFCBSplineSurface.cs
│   │   │   │   ├── IFCBSplineSurfaceWithKnots.cs
│   │   │   │   ├── IFCBooleanOperand.cs
│   │   │   │   ├── IFCBooleanResult.cs
│   │   │   │   ├── IFCBoundedCurve.cs
│   │   │   │   ├── IFCBuilding.cs
│   │   │   │   ├── IFCBuildingElement.cs
│   │   │   │   ├── IFCBuildingElementComponent.cs
│   │   │   │   ├── IFCBuildingElementPart.cs
│   │   │   │   ├── IFCBuildingStorey.cs
│   │   │   │   ├── IFCCSGSolid.cs
│   │   │   │   ├── IFCCartesianPointList3D.cs
│   │   │   │   ├── IFCCartesianTransformOperator.cs
│   │   │   │   ├── IFCCircle.cs
│   │   │   │   ├── IFCClosedShell.cs
│   │   │   │   ├── IFCColourRgb.cs
│   │   │   │   ├── IFCColourSpecification.cs
│   │   │   │   ├── IFCComplexProperty.cs
│   │   │   │   ├── IFCCompositeCurve.cs
│   │   │   │   ├── IFCConic.cs
│   │   │   │   ├── IFCConnectedFaceSet.cs
│   │   │   │   ├── IFCCurve.cs
│   │   │   │   ├── IFCCylindricalSurface.cs
│   │   │   │   ├── IFCDerivedProfileDef.cs
│   │   │   │   ├── IFCDistributionPort.cs
│   │   │   │   ├── IFCDoorLiningProperties.cs
│   │   │   │   ├── IFCDoorPanelProperties.cs
│   │   │   │   ├── IFCDoorStyle.cs
│   │   │   │   ├── IFCDoorWindowPropertyBase.cs
│   │   │   │   ├── IFCEdge.cs
│   │   │   │   ├── IFCEdgeCurve.cs
│   │   │   │   ├── IFCEdgeLoop.cs
│   │   │   │   ├── IFCElement.cs
│   │   │   │   ├── IFCElementAssembly.cs
│   │   │   │   ├── IFCElementComponent.cs
│   │   │   │   ├── IFCElementQuantity.cs
│   │   │   │   ├── IFCElementType.cs
│   │   │   │   ├── IFCElementarySurface.cs
│   │   │   │   ├── IFCEllipse.cs
│   │   │   │   ├── IFCEntity.cs
│   │   │   │   ├── IFCExtrudedAreaSolid.cs
│   │   │   │   ├── IFCFace.cs
│   │   │   │   ├── IFCFaceBasedSurfaceModel.cs
│   │   │   │   ├── IFCFaceBound.cs
│   │   │   │   ├── IFCFaceSurface.cs
│   │   │   │   ├── IFCFacetedBrep.cs
│   │   │   │   ├── IFCFeatureElement.cs
│   │   │   │   ├── IFCFeatureElementSubtraction.cs
│   │   │   │   ├── IFCGeometricSet.cs
│   │   │   │   ├── IFCGrid.cs
│   │   │   │   ├── IFCGridAxis.cs
│   │   │   │   ├── IFCGroup.cs
│   │   │   │   ├── IFCHalfSpaceSolid.cs
│   │   │   │   ├── IFCImportFile.cs
│   │   │   │   ├── IFCIndexedPolyCurve.cs
│   │   │   │   ├── IFCIndexedPolygonalFace.cs
│   │   │   │   ├── IFCLine.cs
│   │   │   │   ├── IFCLocation.cs
│   │   │   │   ├── IFCLoop.cs
│   │   │   │   ├── IFCManifoldSolidBrep.cs
│   │   │   │   ├── IFCMappedItem.cs
│   │   │   │   ├── IFCMaterial.cs
│   │   │   │   ├── IFCMaterialConstituent.cs
│   │   │   │   ├── IFCMaterialConstituentSet.cs
│   │   │   │   ├── IFCMaterialLayer.cs
│   │   │   │   ├── IFCMaterialLayerSet.cs
│   │   │   │   ├── IFCMaterialLayerSetUsage.cs
│   │   │   │   ├── IFCMaterialLayerWithOffsets.cs
│   │   │   │   ├── IFCMaterialList.cs
│   │   │   │   ├── IFCMaterialProfile.cs
│   │   │   │   ├── IFCMaterialProfileSet.cs
│   │   │   │   ├── IFCMaterialProfileSetUsage.cs
│   │   │   │   ├── IFCMaterialProfileSetUsageTapering.cs
│   │   │   │   ├── IFCObject.cs
│   │   │   │   ├── IFCObjectDefinition.cs
│   │   │   │   ├── IFCOffsetCurve2D.cs
│   │   │   │   ├── IFCOffsetCurve3D.cs
│   │   │   │   ├── IFCOpeningElement.cs
│   │   │   │   ├── IFCOrientedEdge.cs
│   │   │   │   ├── IFCOwnerHistory.cs
│   │   │   │   ├── IFCPhysicalQuantity.cs
│   │   │   │   ├── IFCPhysicalSimpleQuantity.cs
│   │   │   │   ├── IFCPlane.cs
│   │   │   │   ├── IFCPolyLoop.cs
│   │   │   │   ├── IFCPolyline.cs
│   │   │   │   ├── IFCPort.cs
│   │   │   │   ├── IFCPresentationLayerAssignment.cs
│   │   │   │   ├── IFCPresentationLayerWithStyle.cs
│   │   │   │   ├── IFCPresentationStyle.cs
│   │   │   │   ├── IFCPresentationStyleAssignment.cs
│   │   │   │   ├── IFCProduct.cs
│   │   │   │   ├── IFCProductRepresentation.cs
│   │   │   │   ├── IFCProfileDef.cs
│   │   │   │   ├── IFCProject.cs
│   │   │   │   ├── IFCProperty.cs
│   │   │   │   ├── IFCPropertyBoundedValue.cs
│   │   │   │   ├── IFCPropertyMapping.cs
│   │   │   │   ├── IFCPropertySet.cs
│   │   │   │   ├── IFCPropertySetDefinition.cs
│   │   │   │   ├── IFCPropertyValue.cs
│   │   │   │   ├── IFCProxy.cs
│   │   │   │   ├── IFCRationalBSplineSurfaceWithKnots.cs
│   │   │   │   ├── IFCRepresentation.cs
│   │   │   │   ├── IFCRepresentationContext.cs
│   │   │   │   ├── IFCRepresentationItem.cs
│   │   │   │   ├── IFCRepresentationMap.cs
│   │   │   │   ├── IFCRevolvedAreaSolid.cs
│   │   │   │   ├── IFCRoot.cs
│   │   │   │   ├── IFCShellBasedSurfaceModel.cs
│   │   │   │   ├── IFCSimpleProperty.cs
│   │   │   │   ├── IFCSite.cs
│   │   │   │   ├── IFCSolidModel.cs
│   │   │   │   ├── IFCSpace.cs
│   │   │   │   ├── IFCSpatialStructureElement.cs
│   │   │   │   ├── IFCStyledItem.cs
│   │   │   │   ├── IFCSurface.cs
│   │   │   │   ├── IFCSurfaceCurveSweptAreaSolid.cs
│   │   │   │   ├── IFCSurfaceOfLinearExtrusion.cs
│   │   │   │   ├── IFCSurfaceOfRevolution.cs
│   │   │   │   ├── IFCSurfaceStyle.cs
│   │   │   │   ├── IFCSurfaceStyleShading.cs
│   │   │   │   ├── IFCSweptAreaSolid.cs
│   │   │   │   ├── IFCSweptDiskSolid.cs
│   │   │   │   ├── IFCSweptSurface.cs
│   │   │   │   ├── IFCSystem.cs
│   │   │   │   ├── IFCTopologicalRepresentationItem.cs
│   │   │   │   ├── IFCTriangulatedFaceSet.cs
│   │   │   │   ├── IFCTrimmedCurve.cs
│   │   │   │   ├── IFCTypeObject.cs
│   │   │   │   ├── IFCTypeProduct.cs
│   │   │   │   ├── IFCUnit.cs
│   │   │   │   ├── IFCUnits.cs
│   │   │   │   ├── IFCVertex.cs
│   │   │   │   ├── IFCVertexPoint.cs
│   │   │   │   ├── IFCWindowLiningProperties.cs
│   │   │   │   ├── IFCWindowPanelProperties.cs
│   │   │   │   ├── IFCZone.cs
│   │   │   │   ├── IIFCMaterialSelect.cs
│   │   │   │   ├── IfcMaterialProfileWithOffsets.cs
│   │   │   │   ├── IfcPolygonalFaceSet.cs
│   │   │   │   └── IfcTessellatedFaceSet.cs
│   │   │   ├── Enums
│   │   │   │   ├── IFCEnums.cs
│   │   │   │   ├── IFCSchemaVersion.cs
│   │   │   │   ├── IFCShapeBuilderType.cs
│   │   │   │   └── IFCSharedParameters.cs
│   │   │   ├── Geometry
│   │   │   │   ├── IFCGeometryUtil.cs
│   │   │   │   ├── IFCPoint.cs
│   │   │   │   ├── IFCVirtualGridIntersection.cs
│   │   │   │   └── IIFCBooleanOperand.cs
│   │   │   ├── Importer.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── Revit.IFC.Import.csproj
│   │   │   ├── Revit.IFC.Import.props
│   │   │   ├── Utility
│   │   │   │   ├── BrepBuilderScope.cs
│   │   │   │   ├── BuilderScope.cs
│   │   │   │   ├── IFCCategoryUtil.cs
│   │   │   │   ├── IFCDataUtil.cs
│   │   │   │   ├── IFCElementUtil.cs
│   │   │   │   ├── IFCGUIDUtil.cs
│   │   │   │   ├── IFCImportCache.cs
│   │   │   │   ├── IFCImportDataUtil.cs
│   │   │   │   ├── IFCImportHandleUtil.cs
│   │   │   │   ├── IFCImportLog.cs
│   │   │   │   ├── IFCImportOptions.cs
│   │   │   │   ├── IFCImportShapeEditScope.cs
│   │   │   │   ├── IFCMaterialCache.cs
│   │   │   │   ├── IFCMaterialInfo.cs
│   │   │   │   ├── IFCNamingUtil.cs
│   │   │   │   ├── IFCObjectReferenceSelect.cs
│   │   │   │   ├── IFCParameterSetByGroup.cs
│   │   │   │   ├── IFCSolidInfo.cs
│   │   │   │   ├── IFCUnitUtil.cs
│   │   │   │   ├── ProcessIFCRelation.cs
│   │   │   │   └── TessellatedShapeBuilderScope.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Revit.IFC.Import.dll
│   │   │   │   │   └── Revit.IFC.Import.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── Revit.IFC.Import.Properties.Resources.resources
│   │   │       │   ├── Revit.IFC.Import.csproj.AssemblyReference.cache
│   │   │       │   ├── Revit.IFC.Import.csproj.CoreCompileInputs.cache
│   │   │       │   ├── Revit.IFC.Import.csproj.FileListAbsolute.txt
│   │   │       │   ├── Revit.IFC.Import.csproj.GenerateResource.cache
│   │   │       │   ├── Revit.IFC.Import.dll
│   │   │       │   ├── Revit.IFC.Import.pdb
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── Release
│   │   │           ├── Revit.IFC.Import.Properties.Resources.resources
│   │   │           ├── Revit.IFC.Import.csproj.AssemblyReference.cache
│   │   │           ├── Revit.IFC.Import.csproj.CoreCompileInputs.cache
│   │   │           ├── Revit.IFC.Import.csproj.FileListAbsolute.txt
│   │   │           ├── Revit.IFC.Import.csproj.GenerateResource.cache
│   │   │           ├── TempPE
│   │   │           │   └── Properties.Resources.Designer.cs.dll
│   │   │           └── build.force
│   │   ├── RevitIFCTools
│   │   │   ├── App.config
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── GeneratePsetDefWin.xaml
│   │   │   ├── GeneratePsetDefWin.xaml.cs
│   │   │   ├── IFC Shared Parameters-RevitIFCBuiltIn-Type.txt
│   │   │   ├── IFC Shared Parameters-RevitIFCBuiltIn-Type_ALL.txt
│   │   │   ├── IFC Shared Parameters-RevitIFCBuiltIn.txt
│   │   │   ├── IFC Shared Parameters-RevitIFCBuiltIn_ALL.txt
│   │   │   ├── IFC2X2_ADD1.exp
│   │   │   ├── IFC2X2_ADD1.xsd
│   │   │   ├── IFC2X3_TC1.exp
│   │   │   ├── IFC2X3_TC1.xsd
│   │   │   ├── IFC4.exp
│   │   │   ├── IFC4.xsd
│   │   │   ├── IFCCertifiedEntitiesAndPSets.json
│   │   │   ├── IFCEntityAndPsetList.cs
│   │   │   ├── IFCEntityListWin.xaml
│   │   │   ├── IFCEntityListWin.xaml.cs
│   │   │   ├── IFC_Schemas
│   │   │   │   ├── Official Releases - IFC2X3_TC1.zip
│   │   │   │   ├── Official Releases - IFC2x2 schema.zip
│   │   │   │   └── Official Releases - IFC4.zip
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── ParameterExpr
│   │   │   │   ├── ExprTester.xaml
│   │   │   │   ├── ExprTester.xaml.cs
│   │   │   │   ├── Logger.cs
│   │   │   │   └── ParameterExprParserTest.cs
│   │   │   ├── ProcessPsetDefinition.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── PropertySet
│   │   │   │   ├── ComplexProperty.cs
│   │   │   │   ├── LanguageType.cs
│   │   │   │   ├── NameAlias.cs
│   │   │   │   ├── PropertyBoundedValue.cs
│   │   │   │   ├── PropertyDataType.cs
│   │   │   │   ├── PropertyEnumItem.cs
│   │   │   │   ├── PropertyEnumeratedValue.cs
│   │   │   │   ├── PropertyListValue.cs
│   │   │   │   ├── PropertyReferenceValue.cs
│   │   │   │   ├── PropertySingleValue.cs
│   │   │   │   ├── PropertyTableValue.cs
│   │   │   │   ├── PsetDefinition.cs
│   │   │   │   └── PsetProperty.cs
│   │   │   ├── RevitIFCTools.csproj
│   │   │   ├── RevitIFCToolsEnum.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Antlr4.Runtime.dll
│   │   │   │   │   ├── GeometryGymIFC.dll
│   │   │   │   │   ├── IFC Shared Parameters-RevitIFCBuiltIn-Type.txt
│   │   │   │   │   ├── IFC Shared Parameters-RevitIFCBuiltIn-Type_ALL.txt
│   │   │   │   │   ├── IFC Shared Parameters-RevitIFCBuiltIn.txt
│   │   │   │   │   ├── IFC Shared Parameters-RevitIFCBuiltIn_ALL.txt
│   │   │   │   │   ├── IFC2X2_ADD1.exp
│   │   │   │   │   ├── IFC2X2_ADD1.xsd
│   │   │   │   │   ├── IFC2X3_TC1.exp
│   │   │   │   │   ├── IFC2X3_TC1.xsd
│   │   │   │   │   ├── IFC4.exp
│   │   │   │   │   ├── IFC4.xsd
│   │   │   │   │   ├── IFCCertifiedEntitiesAndPSets.json
│   │   │   │   │   ├── IntfIFCAPI.dll
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   ├── Revit.IFC.Common.dll
│   │   │   │   │   ├── Revit.IFC.Common.pdb
│   │   │   │   │   ├── Revit.IFC.Export.dll
│   │   │   │   │   ├── Revit.IFC.Export.pdb
│   │   │   │   │   ├── RevitAPIIFC.dll
│   │   │   │   │   ├── RevitAPIIFC.xml
│   │   │   │   │   ├── RevitIFCTools.exe
│   │   │   │   │   ├── RevitIFCTools.exe.config
│   │   │   │   │   └── RevitIFCTools.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── App.g.cs
│   │   │       │   ├── App.g.i.cs
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── GeneratePsetDefWin.baml
│   │   │       │   ├── GeneratePsetDefWin.g.cs
│   │   │       │   ├── GeneratePsetDefWin.g.i.cs
│   │   │       │   ├── IFCEntityListWin.baml
│   │   │       │   ├── IFCEntityListWin.g.cs
│   │   │       │   ├── IFCEntityListWin.g.i.cs
│   │   │       │   ├── MainWindow.baml
│   │   │       │   ├── MainWindow.g.cs
│   │   │       │   ├── MainWindow.g.i.cs
│   │   │       │   ├── ParameterExpr
│   │   │       │   │   ├── ExprTester.baml
│   │   │       │   │   ├── ExprTester.g.cs
│   │   │       │   │   └── ExprTester.g.i.cs
│   │   │       │   ├── RevitIFCTools.Properties.Resources.resources
│   │   │       │   ├── RevitIFCTools.csproj.AssemblyReference.cache
│   │   │       │   ├── RevitIFCTools.csproj.CopyComplete
│   │   │       │   ├── RevitIFCTools.csproj.CoreCompileInputs.cache
│   │   │       │   ├── RevitIFCTools.csproj.FileListAbsolute.txt
│   │   │       │   ├── RevitIFCTools.csproj.GenerateResource.cache
│   │   │       │   ├── RevitIFCTools.csproj.SuggestedBindingRedirects.cache
│   │   │       │   ├── RevitIFCTools.exe
│   │   │       │   ├── RevitIFCTools.exe.config
│   │   │       │   ├── RevitIFCTools.g.resources
│   │   │       │   ├── RevitIFCTools.pdb
│   │   │       │   ├── RevitIFCTools_MarkupCompile.cache
│   │   │       │   ├── RevitIFCTools_MarkupCompile.i.cache
│   │   │       │   ├── RevitIFCTools_MarkupCompile.i.lref
│   │   │       │   ├── RevitIFCTools_MarkupCompile.lref
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │       │   └── build.force
│   │   │       ├── Release
│   │   │       │   ├── App.g.cs
│   │   │       │   ├── App.g.i.cs
│   │   │       │   ├── GeneratePsetDefWin.g.cs
│   │   │       │   ├── GeneratePsetDefWin.g.i.cs
│   │   │       │   ├── IFCEntityListWin.g.cs
│   │   │       │   ├── IFCEntityListWin.g.i.cs
│   │   │       │   ├── MainWindow.g.cs
│   │   │       │   ├── MainWindow.g.i.cs
│   │   │       │   ├── ParameterExpr
│   │   │       │   │   ├── ExprTester.g.cs
│   │   │       │   │   └── ExprTester.g.i.cs
│   │   │       │   ├── RevitIFCTools.csproj.AssemblyReference.cache
│   │   │       │   ├── RevitIFCTools.csproj.FileListAbsolute.txt
│   │   │       │   ├── RevitIFCTools.csproj.SuggestedBindingRedirects.cache
│   │   │       │   ├── RevitIFCTools.exe.config
│   │   │       │   ├── RevitIFCTools_MarkupCompile.cache
│   │   │       │   ├── RevitIFCTools_MarkupCompile.lref
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │       │   └── build.force
│   │   │       ├── RevitIFCTools.csproj.nuget.dgspec.json
│   │   │       ├── RevitIFCTools.csproj.nuget.g.props
│   │   │       ├── RevitIFCTools.csproj.nuget.g.targets
│   │   │       ├── project.assets.json
│   │   │       └── project.nuget.cache
│   │   └── ThirdParty
│   │       └── ICSharpCode
│   │           └── ICSharpCode.SharpZipLib.DLL
│   ├── UpgradeLog.htm
│   ├── UpgradeLog2.htm
│   ├── UpgradeLog3.htm
│   ├── UpgradeLog4.htm
│   ├── contributing.md
│   └── packages
│       └── Newtonsoft.Json.13.0.1
│           ├── LICENSE.md
│           ├── Newtonsoft.Json.13.0.1.nupkg
│           ├── lib
│           │   ├── net20
│           │   │   ├── Newtonsoft.Json.dll
│           │   │   └── Newtonsoft.Json.xml
│           │   ├── net35
│           │   │   ├── Newtonsoft.Json.dll
│           │   │   └── Newtonsoft.Json.xml
│           │   ├── net40
│           │   │   ├── Newtonsoft.Json.dll
│           │   │   └── Newtonsoft.Json.xml
│           │   ├── net45
│           │   │   ├── Newtonsoft.Json.dll
│           │   │   └── Newtonsoft.Json.xml
│           │   ├── netstandard1.0
│           │   │   ├── Newtonsoft.Json.dll
│           │   │   └── Newtonsoft.Json.xml
│           │   ├── netstandard1.3
│           │   │   ├── Newtonsoft.Json.dll
│           │   │   └── Newtonsoft.Json.xml
│           │   └── netstandard2.0
│           │       ├── Newtonsoft.Json.dll
│           │       └── Newtonsoft.Json.xml
│           └── packageIcon.png
└── 官方发布的Revit导出IFC插件源码revit-ifc-IFC_v20.3.2.0.rar

116 directories, 930 files


标签: Revit 二次开发 IFC

实例下载地址

官方发布的Revit导出IFC插件源码:revit-ifc-IFC_v20.3.2.0

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警