COLLADA is a COLLAborative Design Activity (.dae) file format for establishing an interchange file format for interactive 3‑D applications.
Options | |
---|---|
Save small |
Though clearing the render meshes makes the file smaller, it will shade and render more slowly the next time you open the file. |
Save geometry only |
Saves geometry objects only. No layers, materials, properties, notes, or units settings are saved. This is similar to exporting the objects. A new file is made, but it does not become your active Rhino model. |
Save textures |
Embeds external textures used by materials, environments and decals into the model. |
Save plugin data | Saves data attached to objects or the document by plug-in applications. |
The DAE export plug-in pays attention to the GeometryOnly option of the scriptable -Save, -SaveAs and -Export commands. The GeometryOnly option has to be put in front of the file path. Otherwise, it will not be passed to the DAE export plug-in. For example:
! -_Export _GeometryOnly=_Yes "D:\Test.dae" (This script works.)
! -_Export "D:\Test.dae" _GeometryOnly=_Yes (This script does not work.)
Rhino 6 for Mac © 2010-2020 Robert McNeel & Associates. 11-Nov-2020