PointCloud cast to C++ object

Hi @Petras_Vestartas,

Here is the best way, I know of, to make a Rhino-dependent DLL:

Keep in mind that the project’s Debug build configuration really is a Release build that disables optimizations and generates debugging information. This is because we do not distribute debug version of the Rhino SDK libraries. Something to keep in mind when linking this project with other libraries.

– Dale