Pointcloud Normals

Hi,

I’m trying to convert an Open3d pointcloud to a Compas pointcloud. From the Pointcloud API, I understood that it only accepts points and name properties.

Is there a way to include normals, colors or any custom attribute (ex. labels) as well?

Thanks,
Soroush

Short answer no:

It would be great if this data structure would have
a) points
b) normals
c) colors

and all in numpy .

Maybe someone could do a pull-request for this?