Top "Dwg" questions

DWG is proprietary file format for storing 2d and 3d design data, owned by Autodesk.

How do I open a DWG file extension with Python?

I have a file with extension .dwg (AutoCAD), and I want to call that file from a Python console and …

python dwg
AutoCAD library in Java to read .dwg files?

Is there any open-source Java or JavaScript library available to parse .dwg files and get the objects from it. I …

java autocad dxf dwg
Can I use git with .dwg (autocad)?

Version control with .dwg is really a problem. I'm wondering if it is possible to use git to control the …

git autocad cad dwg
DWG converter for Node.js or Javascript library

I want to show AutoCAD-files (.DWG) in my AngularJS application and I'm using a Node.js backend for my application. …

javascript node.js angularjs autocad dwg
Convert autodesk .dwg and .dwf files to three.js json format

I want to render 3D graphics files of autodesk (.dwg and .dwf) using three.js but three.js requires 3D …

json three.js autodesk dwg
How to Show/View or Read .dwg files on browser

How to Show or Read .dwg files on browser without using any software means using PHP, jQuery, Javascript or any …

autocad autodesk-forge autodesk-viewer dwg autodesk-model-derivative
Converting STEP files to DWG by using autodesk Inventor and VBA

Does anyone know how to do that? My skills in using VBA aren't very good and I also googled for …

vba autodesk dwg step
View DWG files in a browser

I have an application developed with Asp.Net and C#. I have to display DWG - CAD files(stored in …

c# asp.net dwg
How to handle DWG files in C++

I'm working on a project where I will need to import line data from a .dwg file in C++ and …

c++ dwg
How to list the names of all the blocks of a .dwg file in AutoCAD CORE console?

i will get custom block in a .dwg file from a list of blocks which I will parse programmatically in …

autocad autocad-plugin dwg