Point Cloud - Plot points in different color

Hello everyone,

I would like to ask if there is any way one may plot the points of a point cloud with different color (I mean, obvisouly, to have different colors for each point of the cloud).

Which API function should one look at (C++ or C# doesn’t matter).

Thank you!

Hi @scudelari,

Rhino’s PointCloud class supports per-point colors, if that is your question.

— Dale

Hi @dale ,

Thank is exactly what I was looking for :slight_smile:

Thank you for the help, as always!