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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with "_imageattach"...

  • Thread starter Thread starter -
  • Start date Start date
Status
Not open for further replies.

Guest
i´m expiriencing troubles when using "_imageattach" in a
autolisp-routine in acad2k.
i think my syntax is wrong.
(command "_imageattach" "" "path&filename" "" "" "coordinates" "")
won´t work.
anyone around who can help me?
thx,cider
 
The problem may be the dialogue box that wants to pop up. Can you do it with (command "image" ...) or (command "-image"....)?
 
you´re right, CarlB.
it works like this:
(command "_image" "z" "coordinates" "scalefactor" "angle")

"z" has to be used if working with a german version of autocad, english versions have to use "a" i think.

thanks to karel bovenkerker!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top