Questions tagged [dwg]

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

157 questions
0
votes
1 answer

Is It Possible To Include DWG Trueview In The Android SDK As A Tool To Open And View a DWG File?

We are developing an application which is able to open and modify a DWG file without converting it to other formats (e.g. PDF, JPG). In this application we need to allow the user to open and view DWG files. Can someone please help us with this? Or…
Anuja
  • 11
  • 1
0
votes
1 answer

Print NanoCAD DWG files to PDF

I want to print DWG files from Excel VBA to PDF. There is a lot of help for AutoCAD, but little or none found for NanoCAD. I tried using equivalent functions, but results in error. A little background on what I have explored. Print configuration…
Satheesh K
  • 108
  • 9
0
votes
0 answers

ReadDwgFile from URL in Autocad I/O

I try to do a program upload in AUtocad I/O It works good in local but in the cloud i get the message : Error: Autodesk.AutoCAD.Runtime.Exception: eInetFileOpenFailed [10/03/2017 09:05:07] at…
0
votes
1 answer

Download DWG files on asp classic

I need download files from folder on the server. I have tried this code in ASP Classic, but when the file is DWG the download not working. I don't have error, this code downloading all files type is out for DWG files. Can anybody help me? Thanks in…
Antonio Mailtraq
  • 1,397
  • 5
  • 34
  • 82
0
votes
2 answers

Xcode - View DWG(vector) files on ipad

Is viewing DWG files currently possible on iPad? I'm looking to make a simple application that will allow viewing CAD drawings. Is it possible under the tools provided in Xcode?
Aakburns
  • 307
  • 1
  • 5
  • 19
0
votes
2 answers

Issue with the AutoDesk Forge Design Automation API

I tried using this tutorial, to convert this dwg to pdf, but it just gave me an empty pdf. Convertors online are not helping because the pdf is just an image of the drawing, same is happening when exporting as pdf from Autocad. Is there any way to…
alpheus
  • 240
  • 1
  • 12
0
votes
0 answers

Can I read the Windows file property 'Created With:' from a DWG file in Java?

This is the Windows file Property 'Created With' I'm trying to do a different job in Java depending on the file property 'created with'. The point is whether the file property 'Created with' is Inventor or AutoCAD. It is not supported in basic Java…
배근호
  • 11
  • 3
0
votes
1 answer

Create AutoCAD .dwg file online (on server) without opening AutoCAD with C# Asp.Net

I managed to create and manipulate with AutoCAD files with this library (wpf app) http://www.c-sharpcorner.com/article/C-Sharp-with-autocad/ Found it in this post Create Autocad file with C# Howewer, to use this library, AutoCAD has to be…
dodoria1992
  • 127
  • 1
  • 3
  • 14
0
votes
1 answer

Listing attributes of a .dwg file via C# throws "Common Language Runtime detected an invalid program"

I'm trying to list block attributes inside a .dwg file and save them in my database, here is the code I'm using: using Autodesk.AutoCAD.DatabaseServices; using System; using System.Collections.Generic; using System.IO; using System.Linq; using…
Mahmoud Aladdin
  • 1,040
  • 7
  • 9
0
votes
0 answers

Reading PDF vector shapes

I want my C# application to load pdf files, that are originally were exported from DWG or DXF formats, and read the vector shapes in this pdf (e.g Lines, Polylines, Circles, ... etc). I can make use of these vectors by converting them to entities…
Khaled
  • 39
  • 1
  • 8
0
votes
0 answers

JavafX: import/export DWG

Is anyone aware of a JavaFX library that imports DWG files as Shapes and exports Shapes as DWG File?
melkhaldi
  • 899
  • 2
  • 19
  • 40
0
votes
1 answer

Autocad SHX: What format is it, and how to convert it?

I've tried to find out what format Autocad SHX is, but had no luck so far. What kind of format is it actually (I mean like image, vector, a mix of this, else)? And how can I convert this to say a bitmap image?
benjist
  • 2,740
  • 3
  • 31
  • 58
0
votes
2 answers

DXF/DWG internals: Is a block's name unique?

I'm writing a DXF/DWG object dumper. The dumper exports all data hierarchically, and later converts this full data set into GeoJson or CSV-WKT alternatively. One thing I stumble on is that my internal hierarchy stores all dumped blocks on the same…
benjist
  • 2,740
  • 3
  • 31
  • 58
0
votes
2 answers

How user can Read/Write DWG files from realDWG developing competing application?

We are planning to develop a 3D CAD/ GIS application. It would have an interface similar to AutoCAD. It would have following features 3D CAD model space CAD edit tools GIS data import and export tools Support file exchange formats - DWG, IFC, SHP,…
0
votes
1 answer

Build a SaaS using .dwg file (autocad) or extract plan from .dwg

I'm looking to make a SaaS app using .dwg files. The user will import a floor plan of a room and my algo will calculate the best way to install floor heating cable. I never use Autocad and I'm wondering how I can extract the principal geometry of my…
Antoine L.
  • 45
  • 1
  • 10