Closed neovinhtru closed 1 year ago
Have you tried to do what the message suggests?
@martin1cerny . Yes, I have. I added with code
But isBuilt variable always is true.
Do you have any suggestions?
Thanks!
You need to call the DI code at application boot up. Try putting that line in your App.cs or an equivalent Startup
Thank you! @andyward. I tested and it is working as well.
Hi I am working on Converting IFC to a webxBim file on .Net Core 6 with feature/netcore branch. but I create Xbim3DModelContext(model) I am facing the exception "An implementation of IXbimGeometryServicesFactory could not be found\n\nEnsure you have registered the GeometryEngine with services.AddXbimGeometryEngine()". Thank you in advance!