.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Read dwg extents

9 REPLIES 9
Reply
Message 1 of 10
borut.slatinsek
628 Views, 9 Replies

Read dwg extents

Hi!

 

I would like to make windows service (.NET C#), which would watch directory changes and read dwg extents, if file extension was .dwg.

Is this possible to make on machine, where autocad isn't installed?

9 REPLIES 9
Message 2 of 10
arcticad
in reply to: borut.slatinsek

You would have to use RealDWG or OpenDesign

 

http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=770257

 

http://www.opendesign.com/

 

---------------------------



(defun botsbuildbots() (botsbuildbots))
Message 3 of 10
borut.slatinsek
in reply to: arcticad

Is there no free alternative?

Message 4 of 10
dgorsman
in reply to: borut.slatinsek

Could you elaborate on the reasoning behind this?  There may be "in drawing" solutions that could fulfull the requirements.

----------------------------------
If you are going to fly by the seat of your pants, expect friction burns.
"I don't know" is the beginning of knowledge, not the end.


Message 5 of 10

I am working on application, which creates database with information of extents of DWG, TIF and other geolocated files.

Then user can click on some location on the map and check which files are under that location.

I solved all other formats, but not dwg. I can read DWG extents only inside autocad.

 

If there is no free solution to do this without AutoCAD, is this possible on machine that has AutoCAD installed without running autocad?

 

Thank you in advance!

Message 6 of 10
arcticad
in reply to: borut.slatinsek

If you don't want to pay for a solution then you will have to create an instance of AutoCAD to be able to run your code, 

 

---------------------------



(defun botsbuildbots() (botsbuildbots))
Message 7 of 10
fieldguy
in reply to: borut.slatinsek

Yes.  You can search here for "out of process" or "unmanaged".  There should be several examples.  What version of acad are you targeting?

Message 8 of 10
arcticad
in reply to: borut.slatinsek

I'd like to know what your referring to...

 

You will still have to connect to AutoCAD to run your application via ActiveX API and create an instance of AutoCAD.

You don't need to show autocad on the screen but it's still running.

---------------------------



(defun botsbuildbots() (botsbuildbots))
Message 9 of 10
fieldguy
in reply to: fieldguy

Scratch that - sorry.  I was taking out-ot-process too literally.

Message 10 of 10
adadnet
in reply to: borut.slatinsek

hi borut

 

autodesk publish dxf code references as pdf file by autocad version here:

http://usa.autodesk.com/adsk/servlet/item?linkID=10809853&id=12272454&siteID=123112

 

it's introduction says that "The DXFformat is a tagged data representation of all the information contained in an AutoCAD® drawing file. Tagged data means that each data element in the file is preceded by an integer number that is called a group code."

so therefore i think that once you have a .dwg file saved as a .dxf file, you could write a .net application that searches this .dxf file for respective group codes and associated values; e.g. the dxf 'header variables' for drawing extents are given on p19 (i.e. from the acad2011 ref). unfortunately, i haven't done this myself, but .dxf files can be used by non-acad software.

 

felix

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost