Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Revit API 是否提供了一种以编程方式访问 IFC 映射文件的方法?
我想我可以使用在文件系统上操作文件的标准方法导航到文件,但我想知道 Revit 是否有更容易的方法。
您看过 GitHub 上的 Autodesk IFC 导出器代码吗?我想他们一定是在以某种方式访问那里的映射。
ExporterUtil.GetExportType()看起来是个不错的起点:
ExporterUtil.GetExportType()
https://github.com/Autodesk/revit-ifc/blob/2810c479e27819da97656759a1dda28cbdde0538/Source/Revit.IFC.Export/Utility/ExporterUtil.cs#L1433
我不知道 Revit 或其 API 对此有任何额外的支持。