I am running a script to do some calculations on a mesh file.
Afterwards, I need to close the file without saving it and without creating a .3dm or .3dmbak files in the folder.
Here the command history:
Save file name <C:\dev\.........\output_mesh_dx.3dm> ( Version=5 SaveSmall=No GeometryOnly=No SaveTextures=No SavePlugInData=Yes Browse ): _Enter
Save file name <C:\dev..........\output_mesh_dx.3dm> ( Version=5 SaveSmall=No GeometryOnly=No SaveTextures=No SavePlugInData=Yes Browse ):
File successfully written as C:\dev\.......\output_mesh_dx.3dm
Is there a way to close the stl or ply files without creating a .3dm or .3dmbak files?
I think the way to close a Rhino file without saving is to open a new one after having specifically set the “document modified” flag to False (so it won’t bother you with a “Do you want to save?” prompt).