Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
6answers
18k views

Open source cad drawing (dwg) library in C#

Anyone knows of an open source DWG (autocad drawing) library in C#?
6
votes
2answers
516 views

Create a thumbnail of a dwg in in a linux environment

Creating a ruby on rails site that uses RMagick to create thumbnails for many types of images. RMagick cannot read dwg files however. I've tried a few things, looked into the Java library JDWGLib, ...
4
votes
2answers
1k views

how to print dwg file from java

How to print .dwg file from java. there is any api for accessing and passing to the printer for print the autocad file dwg.
3
votes
2answers
275 views

How to convert AutocadDWG To PDF?

Is there another way to convert AutocadDWG To PDF but to use third party programs? Thanks for any suggestions.
2
votes
3answers
95 views

C# export to DWG

I am hope to write a C# application take takes some numbers as input and export in a format that can ultimately be editable as dwg files. I read that exporting directly to dwg is difficult, but I can ...
2
votes
2answers
290 views

Is there an easy way to convert autocad polygons to adobe swf format?

I am looking for a easy way to convert Autocad polygons to swf files. Is there a converter for that? Or is there an intermediatory format that can be used to convert from polygons to the adobe flash ...
2
votes
3answers
473 views

Is there an API or library for converting DWG to any standard image format?

I am building a back-end management application for an architect company, and they work with DWG files. I am looking for a library that can convert DWG into any image format, preferably in PHP, but ...
1
vote
1answer
81 views

Plot dwg file programmatically

I have written an application to open and print a dwg file. The plotting process is working correctly; however, when I looked at the Plot and Publish Details window, I saw that the File property is ...
1
vote
0answers
84 views

Autocad .dwg to SVG to tiles for PolyMap, resulting in event floor plan

I am currently saving a .dwg file as .dxf, opening in Illustrator, saving as .svg, and then embedding it in an html document using Polymaps. The desired result is to have an event floor plan. The ...
1
vote
1answer
70 views

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?
1
vote
1answer
43 views

Automated scripting changes to a CAD file

I am working as part of a project using a piece of third part software that promised, among its other features, to export items to AutoCAD format. Unfortunately it hasn't lived up to its promise and I ...
1
vote
1answer
82 views

Drawing a XAML map in WPF

I'm working on a module that displays DWG files in WPF. I've managed to use CadLib library but it's working very slowly and I want to make it faster. I found out that if I convert that DWG file to SVG ...
1
vote
1answer
294 views

Programmatically convert autocad file to visio diagram

I am drying to convert autocad file (dwg or dxf format) to visio file. I can manually insert auto cad file in visio and then convert the cad drawing object to visio shapes. This works fine. I tried to ...
1
vote
1answer
457 views

Converting DWG, DWF, DWFX to 3ds and other

I want to show 3D models for DWG/DWF/DWFX files into web-browser. My way is use Silverlight and 3D-engies to render it (for example, this or this). But it allow to render 3ds format, but not ...
1
vote
1answer
1k views

how to include active X in android?

developing an application to open and view dwg files on the android os using eclipse IDE i found an open source dwg viewer active x but how to include this activeX in android ??
1
vote
2answers
856 views

how to open dwg file extension with python

I have file with extension .dwg (AutoCAD) and I want to call that file from python console and present on web. Have any modules for .dwg extension or some other solution.
0
votes
0answers
16 views

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 ...
0
votes
1answer
35 views

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 ...
0
votes
0answers
75 views

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 ...
0
votes
2answers
68 views

How to print dwg file in c#

I want to print a dwg file programmatically in my c# project without opening AutoCad.my application is network base and my file is in a shared folder.I do not know how should i do that?
0
votes
1answer
109 views

Adding coordinates to DWG/DGN shapes. Conversion to KML- using them with Fusion Tables (complete begginer)

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 ...
0
votes
1answer
89 views

embed DWG files in web site

I have been searching for this. looked at this question, but looks like volo3 is discontinued, so I downloaded the DWG trueView. then in a jsp file I have: <EMBED SRC="randomDwg.dwg" WIDTH=800 ...
0
votes
0answers
67 views

Convert a .dwg file into other formats

I'm looking for a solution to convert autocad 2010 dwg file into other formats. The ideal progress would be to somehow export the dwg file information directly into a Sql Server 2008 spatial database. ...
0
votes
1answer
284 views

Convert SVG to DXF or DWG via PHP or Command line?

I am trying to find a way to convert a web SVG graphic to DFX or DWG using the server to automate the process. I am trying to avoid downloading the SVG and converting it in a program that a user would ...
0
votes
1answer
612 views

java: How to convert AutoCAD files(.dwg and .dxf) to .pdf using java?

I want to convert .dwg and .dwf files into .pdf format for my project using java. the conversion required to done using java progarm not using converter. anybody have clue?
0
votes
2answers
543 views

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 a server) in a client side browser. I cannot install Auto CAD or any other software or activeX control ...
0
votes
0answers
629 views

DWG viewer source code in C# [closed]

Possible Duplicate: Open source cad drawing (dwg) library in C# I'm working on Autocad's project; can anybody send me the source code of DWG VIEWER in C#; i already viewed Wout software
0
votes
1answer
362 views

dwg files:use of jdwglib

i want to write an application for opening and displaying a dwg image on android using eclipse..for that i included the jdwglib jar in the the project. in this context,is reading a dwg file and ...
0
votes
1answer
345 views

DWG TrueView 'hang' in Visual Studio 2010

I need to view a DWG file in my new application. After searching, I chose the DWG TrueView ActiveX control to view DWG file in my application. After I embed the ActiveX control in the form, Visual ...
0
votes
1answer
376 views

Ipad DWG/DXF viewing

I have seen applications for iPad that let you view dxf and dwg files. Does anyone know where to get info on how to do this? Are there any available tutorials? I haven't been able to find any. I ...
0
votes
1answer
377 views

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?
0
votes
3answers
213 views

how to deal with dwg file

I want to use code to analyze dwg file. Any one know any SDK tools to start with?
0
votes
2answers
375 views

Reading custom binary data formats in C# .NET

I'm trying to write a simple reader for AutoCAD's DWG files in .NET. I don't actually need to access all data in the file so the complexity that would otherwise be involved in writing a reader/writer ...
0
votes
1answer
642 views

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 ...
-1
votes
1answer
452 views

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 ...