skip to Main Content

Xbim IFC Viewer ASP.NET

I successfully implemented an IFC viewer in NodeJs and am now trying to implement it in ASP.NET MVC Core 2.1 Here are my codes: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>ASP.NET test IFC Viewer</title> </head> <body> <script src="/js/index.js"></script> <canvas id="aaa" style="height:…

VIEW QUESTION
Back To Top
Search