Hi,
I’m new with Rhino. My goal is to write a .net program which load & parse (extract datas) a 3dm file.
1 - I don’t know if the API can do that
2 - I read some other posts and it seems that Rhino need to be installed & started before to use the API, is that true ?
3 - I installed the latest Rhino (8.23.25251.13001) and my visual studio .net8 project use the lastest nuget package RhinoCommon but the console app can’t load the library rhcommon_c.dll. I tried to copy some needed dll (listed by depencencies walker for RhinoCommon.dll) but nothing works.
Thansk for helping.