PDA

View Full Version : AutoCAD DXF file format



ravinderaleti
22nd Jun 2010, 09:39 am
Hi,

I am new to AutoCAD. We are parsing DXF files to generate a drawing as JPEG image. from DXF file, how can we get the drawing size (Height and Width) and also x,y coordinates.

What is the difference between $EXTMAX and $LIMMAX or($EXTMIN and $LIMMIN)? please explain with an example if possible.

Many Thanks in advance,

Regards
Ravinder

dbroada
22nd Jun 2010, 10:50 am
my GUESS would be that the LIM settings are the limits of a drawing (input by the draughtsman or from the template) while EXT are the extents, being where objects are located. It used to be impossible to draw outside the set limits but that is no longer true and naturally it is easy to keep all your objects with the drawing limits.

ReMark
22nd Jun 2010, 11:06 am
LIMMIN and LIMMAX are covered in your Help file.