Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

¿Some way to be able to pick a PointCloud object?

Hi to everyone,

I'm developing an add-in of RS and Im blocked because I not find the way to pick in point cloud ( class PointCloud ) rendered in Robot Studio's graphics.

I've researched about this class and  it hasn't nothing in common with the GraphicComponent class. I've tried with the TemporaryGraphics class also without success.

Even I've tried to create a inherited class of Part class and PointCloud class, and adding it to the Station.PointCloudCollection and Station.GraphicComponents respectively.. it doesn't work. I'm lost.

So, the question is, is there any way in RobotStudio API using PointCloud class  of clicking on it and to obtain the coordinates of the clicked point world?

Thanks in advance, 

Regards