DWG is proprietary file format for storing 2d and 3d design data, owned by Autodesk. Native format for various CAD applications.
Questions tagged [dwg]
157 questions
1
vote
0 answers
To view and edit DWG files on browser
I need to do the following
User will login to my application and upload AutoCAD file
User will open the file at later date to view and edit within the browser
User will need the ability to Redline the document. This includes
ability to draw…

hampi2017
- 701
- 2
- 13
- 33
1
vote
1 answer
Feasibility of automation in AutoCAD through VB.NET
My final year B.Tech. project is to (application development in VB.NET) automate the design & analysis of Intze Tank. The complete design with all the details (blueprints) need to be generated into a DWG file (AutoCAD).
I need to know how feasible…

shad0w_wa1k3r
- 12,955
- 8
- 67
- 90
1
vote
1 answer
Get Mtext data from dwg file
I have some interesting task. In one of drawings i've got a MText field. So, my plugin needs to know, how to get exactly that field from this drawing and others.
Is there any attributes or smth, what i can use for determining Mtext field on…

Denis Ionov
- 127
- 1
- 2
- 8
1
vote
1 answer
Is there any browser plugin or js library that allows rotate 3D DWG objects?
Have you seen somthing like this?
I tryed http://www.autodwg.com/dwg-viewer/dwgviewx.htm, but it seems it supports just 2D objects
Another problem is taht it should work under IE8.

Odoakr
- 382
- 1
- 13
1
vote
1 answer
Convert dwg to obj with Java without 3rd party application
Is there a way to convert AutoCAD file DWG to OBJ by code with Java? Without using a third party application.
I need to import the DWG file, convert it to OBJ then display it in HTML5 Canvas.

ronymattar
- 149
- 3
- 14
0
votes
1 answer
Unix DWG to BMP|JPG|PNG|SVG converter
I am building a Ruby on Rails application and I need to display a thumbnail for uploaded .dwg (AutoCad) files. Is there any gem (ideally) or command line Unix library to do this? I had already crawled the entire web and found nothing but licensed…

carpamon
- 6,515
- 3
- 38
- 51
0
votes
2 answers
CAD Drawing Version Converter Component
I have a situation where i have to stick to existing CAD Viewer component even though that component is not supporting latest DWG versions (Above DWG 2004 version). That's why we are on a look out for a DWG Version Converter component (.Net API…

Sriram Vellanki
- 1
- 1
0
votes
1 answer
Error : Exception has been thrown by the target of an invocation Options
I have written an external application to drive autocad with a dll that was registered for COM. I have followed this codes to write my application however i have replaced the following code with AddNumbers() method:
public string OpenDWGFile(string…

M_Mogharrabi
- 1,369
- 5
- 29
- 57
0
votes
0 answers
How to get bitmap from dwg trueview control
we are developing an architectural software. C# WinForm application. We are using DWG TrueView control to display a DWG drawing on the form. We want to get image of this drawing and want to show on active report. Is there a way to get the…

Razack
- 1,826
- 2
- 16
- 37
0
votes
1 answer
How to work with objectARX 2012
I want to print a .dwg file to printer in my c# application by ObjectARX classes and methods but i am too beginner in ObjectARX.
Which class and methods should i use?Is there any way else to do this?

M_Mogharrabi
- 1,369
- 5
- 29
- 57
0
votes
1 answer
Adding coordinates to DWG/DGN shapes. Conversion to KML- using them with Fusion Tables
I have some regional maps from an open data directory (electoral districts; Barcelona, Spain; link). They are DWG or DGN shapes and polygons
I have found an online tool to convert these files to KML/KMZ files (link).
So, what I don't know is how to…

nautilia
- 75
- 2
- 13
0
votes
0 answers
Get the DWG mapped location from a SVG clicked location
I use Aspose.CAD to convert a DWG file to a SVG file, so we can present SVG on a web page.
When a user clicks on the SVG, I can get a location of the SVG.
My question is how to get the mapped location of the original DWG from the location of the…

Sam Huang
- 99
- 1
- 7
0
votes
1 answer
How to render a 3D .dwg file that has a geolocation on Autodesk with a 3D map viewing?
I have this .dwg file, and it has a lat and lng coordinates and I am trying to make it show on a 3D map rendered in Autodesk viewer, I am using reactJS, I would like guidance on how to get this end results please?
I tried running the .dwg file on…

Basma El-mihy
- 21
- 4
0
votes
1 answer
How do I generate a .dwg file of a floor a plan which is inside a HTML Canvas? Either using Autodesk's APIs or any alternates
I have a floor plan created in HTML Canvas element. I want to generate a .dwg file of the floor plan, so that it can be opened in CAD softwares. I'm not getting enough clue or tutorials on how to take the second step. For the first step, I've…

IamD
- 11
- 1
0
votes
1 answer
Join / merge / combine a DWG / DXF files into single DWG / DXF file in such way that it will fit into a steel plate
Generally the goal is to get a pre-processed file that can be used to import into a cnc plasma cutter to get the time needed for evaluation.
So we ned to join / merge / combine a DWG / DXF files into single DWG / DXF file in such way that it will…

Szelek
- 2,629
- 5
- 17
- 25