pattern-x / gemini-viewer-examples

Examples and demos for gemini-viewer sdk, which is a WebGL based BIM model viewer, built on three.js. It is used to view dwg/dxf, gltf, obj, ifc models, etc.
169 stars 40 forks source link

dwg2dxf.exe #130

Open Super-Xiao opened 3 months ago

Super-Xiao commented 3 months ago

May I ask how to use dwg2dxfexe to convert a dwg file to a dxf file?thanks

yanzexuan1 commented 3 months ago

Sure, as you can see from this picture: https://github.com/pattern-x/gemini-viewer-examples/blob/main/public/demo/images/physical_structure.png

Like this:

> dwg2dxf.exe c:\a.dwg -o c:\a.dxf