Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

pendean
en respuesta a: Rabejo


@Rabejo wrote:

That site says .ipt as in some kind of old image file 

Not inventor .ipt file

 

Thanks anyway


How about all the other websites that offer conversions?

How about asking in the 3DSMax / INVENTOR forums, perhaps they can do something there at the source?

 

Nothing in AutoCAD is going to

  • Open 3ds max 
  • Import .step / .ipt
  • export into .3ds

But maybe a custom LISP or VBA to attempt this but there is a major hurdle in line 2 below

  • Open AutoCAD
  • Find then bypass 3DSIN command's pop-up to Import a list of .3ds residing in a folder(s)

Lots of Scripts and LISP out there to do this portion, with a file processor:

  • Save as .dxf (2010)
  • Save as .dwg (2010)

 

HTH