ScriptSpot

Forum topic · ScriptSpot How To

exported selected to dwg or iges file in maxscript?

By renyap · 2010-03-07

Description

does anyone how to export selected to dwg or iges files in maxscript ?
because i searched through the internet and i found there is a script related to this
but it is solely export selected to 3ds file..

any help is greatly appreciated
cheers

Comments (1)

Christopher Grant · 2010-03-09

Check your maxscript help reference for "exportFile" ... you just need to give it a path string and specify to only output the selected objects.

Example: exportfile "c:/test.dwg" selectedOnly:true