简体   繁体   English

使用特定设置从 Forge 中的 revit 文件导出 ifc 文件

[英]Exporting ifc file from revit file in Forge using specific settings

Looking up online I only found a way to export a Revit file to IFC using the settings inside the Revit File already.在线查找我只找到了一种使用 Revit 文件中的设置将 Revit 文件导出到 IFC 的方法。

Is there a way to export an ifc file from a Revit model using a specific settings (not the settings inside the Revit model)?有没有办法使用特定设置(不是 Revit 模型中的设置)从 Revit model 导出 ifc 文件? (For example, exporting to IFC4 with 1st level boundaries) (例如,导出到具有第一级边界的 IFC4)

Inside a Revit file there is an option to export settings and then load them.在 Revit 文件中,有一个用于导出设置然后加载它们的选项。

Is there a way to use this settings file automatically on a different Revit file that does not contain this settings?有没有办法在不包含此设置的其他 Revit 文件上自动使用此设置文件?

I assume the export you refer to is built in to the Forge translation system, cf.我假设您提到的导出是 Forge 翻译系统中内置的,请参阅。 Supported Translation Formats . 支持的翻译格式

In that case, I do not believe that you can modify the standard settings.在那种情况下,我不相信您可以修改标准设置。

However, you could achieve what you want using the Forge Design Automation API for Revit instead.但是,您可以使用Forge Design Automation API for Revit 来实现您想要的。

In that case, you could implement a .NET Revit add-in that applies the required settings and launches the export.在这种情况下,您可以实施应用所需设置并启动导出的 .NET Revit 加载项。

That add-in can then be re-packaged for use in the Design Automation API framework, for real-time online web access.然后可以重新打包该加载项以用于设计自动化 API 框架,用于实时在线 web 访问。

Here is an example add-in IfcSpaceZoneBoundaries that I created to retrieve IFC spaces and zones and their boundaries.这是我创建的用于检索 IFC 空间和区域及其边界的示例加载项IfcSpaceZoneBoundaries

For more info, please refer to Design Automation API for Revit or DA4R .有关详细信息,请参阅Revit 或 DA4R 的设计自动化 API

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM