Export/save surfaces only

 From:  tyglik
1441.2 In reply to 1441.1 
Hi Nick,

You can set up a shorcut key to select all visible surfaces or download and install a custom command Select Objects By Type - http://kyticka.webzdarma.cz/3d/moi/#SelectByType - then export those selected objects to the new file.

code:
script:moi.geometryDatabase.getObjects().getBReps().setProperty( 'selected', true );


Petr