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
0
votes
1 answer
Schema.org for CAD files (dwg, 3ds)
I'm finding the best category for a website which offers files like DWG or 3DS for download.
I have looked in this article the "DesignApplication" but in Schema.org doesn't exist.

tomillo
- 43
- 6
0
votes
2 answers
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 Java.

user3336544
- 211
- 1
- 4
- 11
0
votes
1 answer
Android Library: Loading Autocad 3D files in android
I want to load AutoCAD 3d objects into my Android project,
is there any library available for android ?

Arun
- 273
- 3
- 13
0
votes
1 answer
Conversion from 2d (.dwg) to 3d with VectorWorks2015
I'm looking to import a 2d drawing (.dwg) where all the 3 dimensions (+ a perspective) of an object are drawn. There are no lines that bonds the pieces of the views.
Is there a way to obtain automatically a 3d model from this drawing with…

tabris963
- 110
- 2
- 14
0
votes
1 answer
Zooming specific point of a DWG File
I am new to Autocad. I have a dwg drawing which include information related to a plan of an area. I am developing a small Windows Application where the user can input a desired city and the application will open the dwg file in a Autocad.exe zooming…

user2475467
- 129
- 1
- 10
0
votes
1 answer
linking to libredwg in c++ not working
I'm trying to use libreDWG to open and understand some dwg files. I have installed it and at least got some of the test programs to run (even if they seg fault later on). Anyway, I have included a small header file in my project very similar to the…

user3353819
- 911
- 2
- 8
- 21
0
votes
1 answer
Download any files by WebClient Silverlight
I try to download .dwg file by WebClient like this:
if (document.QueryString.ContainsKey("url"))
{
Uri url = new Uri(s+document.QueryString["url"]);
WebClient webclient = new WebClient();
webclient.OpenReadCompleted +=…

Denis Kosov
- 697
- 6
- 21
0
votes
1 answer
OpenDesign Specification for .dwg files
I've been working with OpenDesign Specification for .dwg files about two weeks. And now, i've got all information except non-entity object and entity object. Maybe i can't understand how this information written. Concretely i need to know how to…

Denis Kosov
- 697
- 6
- 21
0
votes
1 answer
How to open autocad drawings in vb.net and run scripts?
I'm trying to open all .dwg files in a folder with AutoCad and run a previous written script.
In order to do that, I built the following code:
Dim myapp As New Autodesk.AutoCAD.Interop.AcadApplication
Dim docMgr As AutoCAD.Interop.AcadDocuments =…

Totalys
- 445
- 2
- 10
- 25
0
votes
1 answer
have some trouble with DWG import in Maya and saving it for Unity3D
I have a problem with exporting a 3D Model from Maya, imported from a AutoCAD (DWG File) as a 3D Object. (for using it in Unity3D at the end)
I have downloaded this dwg file from AutoCad. DWG File
The I have open it in Maya 2014 and save it as a…

Mir23
- 39
- 1
- 7
0
votes
1 answer
convert dynamic drawing page in Flash into .dxf or .dwg format
I want to convert my dynamic Drawing (that I created in a Flash Dialog using AS 3) into the .DXF and .DWG format.Is there any way by which I can give the export functionality on the flash page so that the dynamic drawing that created in flash code…

simon
- 86
- 3
- 9
0
votes
2 answers
How to run a .dvb file on a .dwg file load using Visual Basic in Autocad 2012?
I am trying to load and run a .dvb file on every drawing file load in Autocad2012. I am trying to automate this thing like if anybody opens a .dwg file VBA will run automatically.

Rahul
- 1,070
- 3
- 21
- 47
0
votes
1 answer
AFNetworking not supporting DWG files?
I have an In-house Ipad App that opens files that are stored elsewhere on the network through filters, menus, etc.
The Main Formats for the Images are Tiff or PDF, so I convert them to a PDF (if TIFF) using a web-service.
Users are asking to…

shai4444
- 43
- 9
0
votes
3 answers
Is the DWG graphics file format a bitmap or vector?
Is the DWG graphics file format a bitmap format or a vector format? Or can it be either?
DWG wikipedia article

Rob Bednark
- 25,981
- 23
- 80
- 125
0
votes
1 answer
xcode Reading/writing dxf and dwg files
can anybody give me some directions as to how to read and write the DWG/DXF files.
what i want to achieve is that I want to create a drawing using Quaztcore.(which i can do). but i want to send this drawing via a mail composer in a format which can…

user1489709
- 407
- 4
- 10