问题描述
我正在处理一个 ifc 项目我想将 EXPRESS
文件的类转换为 vb.net 类.将stp
文件的所有属性一一处理真的很难,所以我想知道是否有替代方法或工具可以转换类.
I'm working on an ifc project where I want to convert an EXPRESS
file's classes into vb.net classes. It is really hard to process all the attributes of the stp
file one by one, so I was wondering if there are alternative ways or tools which could convert the classes.
编辑:我发现了 javatoolbox 完全符合我的要求,但在 java.我也看到了 IFC Engine DLL
但没有找到任何可用的代码.
EDIT : I have discovered javatoolbox which does exactly what I want, but in java. I have also seen IFC Engine DLL
but have not found any code available.
推荐答案
为完整的 EXPRESS 模式创建类是相对复杂的任务.如果您选择的语言/平台是 vb.net,我建议您查看 xBIM.它是一个开源工具包,可提供打开 IFC 模型和提取/创建所需的任何数据所需的一切.xBIM 主要是用 C# 编写的,因此您可以将其作为 NuGet 包 引用.一>.最新的开发代码还支持IFC4.
Creating classes for full EXPRESS schema is relatively complex task. If your language/platform of choice is vb.net I'd recommend to have a look on xBIM. It is open source toolkit which provides all you need to open IFC model and extract/create any data you need. xBIM is mostly written in C# so you can just reference it as a NuGet package. The latest development code also supports IFC4.
这篇关于将 IFC EXPRESS 架构实体/类转换为 VB.NET 类的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!