Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

rafter image scaling in autocad 2002 1

Status
Not open for further replies.

chinnu1996

Civil/Environmental
Joined
Aug 18, 2004
Messages
1
Location
US
Hello,
I'm a transportation engineer and am trying to retrieve a particular intersection from an aerial drawing image(in the form of *.tif)to an autocad 2002 drawing. I would like to have the drawing in autocad to a prticular scale. How can I do this?
 
insert the raster image at the following scale:

scale = width in pixels * scale of tif image
------------------------------------
resolution in dpi

That should get you what you need.

An example, I have a quad map (scale 1" = 2000'), the width in pixels is 4873 and the resolution is 250 dpi.
So I insert it at the scale of

scale = (4873 * 2000)/250 = 38984

Hope that gets you what you need.

Mick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top