ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
exported selected to dwg or iges file in maxscript?
Submitted by renyap on Sun, 2010-03-07 10:50
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..
Comments
Check your maxscript help
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