Ipt to dxf/dwg script?

Ipt to dxf/dwg script?

Rabejo
Observer Observer
1,239 Views
3 Replies
Message 1 of 4

Ipt to dxf/dwg script?

Rabejo
Observer
Observer

Hello, if someone could help me I would be very thankful.

I need to convert .step / .ipt files into .3DS, .DXF and .DWG files.

The .DXF and .DWG needs to be in 2010 format as otherwise it wouldn't work for my clients.

 

The problem is that right now the process is:

  • Open 3ds max 
  • Import .step / .ipt
  • export into .3ds
  • Open AutoCAD
  • Import the .3ds
  • Save as .dxf (2010)
  • Save as .dwg (2010)

And I need to do this for hundreds of files.

 

What I'm looking for is some program that would make this easier. Or a script that could make this automated.

 

Thought of using fusion 360 so when I make a model I can export it to at least the .dxf and .dwg files. But that doesn't solve my issue with the files I already get models for and for some reason you can't export in the 2010 version of dfx/dwg.

 

Thanks for any help

 

0 Likes
1,240 Views
3 Replies
Replies (3)
Message 2 of 4

pendean
Community Legend
Community Legend

@Rabejo wrote:

...And I need to do this for hundreds of files....

 


How much is your time worth https://www.reaconverter.com/convert/ipt_to_dxf.html  

https://www.google.com/search?q=Ipt+to+dxf%2Fdwg+batch+conversion   

0 Likes
Message 3 of 4

Rabejo
Observer
Observer

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

Not inventor .ipt file

 

Thanks anyway

0 Likes
Message 4 of 4

pendean
Community Legend
Community Legend

@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

0 Likes