Solved

Is there a way to get a list of a pointcloud components (not in inspector only)?

  • 24 February 2020
  • 1 reply
  • 0 views

Badge +5

There is no PointCloud element in the Python API and I can't find any function or factory to do it. Has anyone found a way (apart from parsing the log)?

icon

Best answer by takashi 24 February 2020, 10:19

View original

1 reply

Userlevel 2
Badge +17

Hi @antoine, I don't think there is a direct way to do that, but you can check existence of each component with the PointCloudPropertyExtractor. Hopefully it could be a workaround.

Reply