Export to dwg file in three.js

Hii,
i am trying to export the three.js scene objects in dwg format.Is there any way to do this or is there any inbuilt three.js fucntion to this

Thanks & regards
Abhijit.

There is no three.js loader for DWG. You’ll have to either write you own, or convert the DWG file to another format such as SVG.

Looks like he needs an exporter ) Not a loader.
Anyway, AFAIK, threre is no such exporter in Three.js.

Looks like he needs an exporter

Oops, sorry! But yeah, there’s no exporter. I’m not sure how you would go about getting a three.js scene into DWG format, short of writing your own exporter.

1 Like