C# RhinoCommon Feature Request: PointCloud object

Hello Everyone,

I have yet another request for improvement on the RhinoCommon PointCloud object.

It would be nice if the Merge method would merge normals, colours and values (if the data is available on both clouds, obviously).

I feel it is incomplete to simply merge the array of points but ignoring the other values.

Thanks!

1 Like

Moreover, the description of what the method does in the API is misleading:

Copies the point values of another point cloud into this one.

The expression point values is not clear in this context because the Point Cloud has points and “values”.

Thanks much - I’m just trying to contribute and improve :slight_smile:

1 Like

the new documentation is missing the item accessor and therefore the link to the underlaying PointCloudItem
@mkarimi please have a look at this - thanks.

This is a known issue with Roslyn. https://mcneel.myjetbrains.com/youtrack/issue/WWW-2058/Item-property-for-collections
I’ll see if I can work around it.

@dale wrote that description. Maybe he can clarify.

Perhaps at one time it only “merged” points.

I’ll see that the comments are tuned up.

Thanks,

– Dale

1 Like