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
Forum topic · ScriptSpot How To
By renyap · 2010-03-07
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
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