C# 中的 IFC 表达模型解析器
是否有人遇到过在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.