Replies: 2 comments 4 replies
-
Not really. I always defer to https://github.com/xBimTeam/ I have no objections to the community trying to work this out and work toward providing a convenient binding. But I don't have the time to drive this effort, I can only support. Alternatively. You could always use a background process I guess. The combination of IfcConvert to glTF (.glb) and to .xml for the meta-data should give you most of what you need in terms of the information and geometry that concerns end-users and would give you a very stable and simple interface to the IFC data. |
Beta Was this translation helpful? Give feedback.
-
|
I know this isn't quite your question, but I think it's worth mentioning IfcOpenShell's quite extensive Python API. I think this is one key differentiator compared to other libraries, that IfcOpenShell has an API for high level native IFC authoring and editing. Just in case this is something you want to investigate in the future.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m exploring the possibility of integrating IFCOpenShell into a WPF/.NET application to build two main features:
Before going too deep into architecture, I’d like to ask the community:
I know IFCOpenShell is primarily used from Python and C++, but I’m curious whether anyone has successfully integrated it into a .NET environment.
If so:
I’m especially interested in:
Particularly regarding:
Any guidance, examples, or experiences would be greatly appreciated.
Thanks in advance to anyone who can share insights.
José
Beta Was this translation helpful? Give feedback.
All reactions