C# 中的 IFC 表达模型解析器

发布于 2024-12-11 18:40:57 字数 82 浏览 0 评论 0原文

是否有人遇到过在 C# 中创建 EXPRESS 模式解析器的问题(最好)? 我还想要创建解析器/文件生成器的工具,用于导入 IFC 标准的模型/版本。

does anyone has or had the problem of creating an EXPRESS schemar parser in C# (preferably)?
I would also like the tool to create a parser/file generator for importing the models/ versions of IFC standards.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暖伴 2024-12-18 18:40:57

IFC 还有另外两个 C# 库:

如果您希望能够使用用户定义的 EXPRESS Schema 并且您也熟悉 C++,您可以尝试修改IfcGearsExtender 因此它会生成 C# 代码而不是 C++ 代码。

oipExpress 也可以是您生成自定义 C# 绑定的选项。

There a two more C# libraries for IFC:

If you want to be able to use a user-defined EXPRESS Schema and you are also familiar with C++ you can try to modify the IfcGearsExtender so it generates a C# Code instead of C++ Code.

oipExpress could also be an option for you to generate a custom C# binding for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文