I an trying to use .dwg file in web app. I have recently find this (https://github.com/aalavandhaann/blueprint-js) works base on three.js file. while dwg is not compatible with three.js is there anyway to convert dwg file to json nad use it in threejs?
Asked
Active
Viewed 573 times
0
-
You could convert `DWG` to `STL` and then use [THREE.STLLoader](https://threejs.org/examples/webgl_loader_stl) to load the file. The conversion can be done with software like `AutoCAD`. – Mugen87 Sep 28 '19 at 13:38
-
Can you please share what you have tried so far? A snippet of your code/attempt will help users of StackOverflow help you. – Thingamajig Sep 28 '19 at 13:52