Read Rhino's 3dm file properties
- How to read Rhino's 3dm properties properties (History, Notes and Preview Image) without starting Rhinoceros. With little C/DLL help now we can get it trough the VB

Until we get a proper method or solution we can use this as a workaround.


To set a nice shaded perspective preview image modify included script as needed Download testBB
All the project files(VB6 source code and compiled DLL) can be downloaded in here Download GetRhino3dmProperties

The ecncGetRhinoInfo.dll must be placed next to the opennurbs_vc60.dll (Rhino3d/system dir) and on load you need to set current directory to rhino3d/system dir, for the details take a look the the GetRhino3dmProperties source or just keep the ecncGetRhinoInfo.dll, opennurbs_vc60.dll, GetRhino3dmProperties.exe in the same folder!