Split
- pointcloud.split
Input:
- pointclouds – Pointcloud
- length – Float
- capacity – Int
- quantized – Bool
Output:
- output – Pointcloud
Splits point clouds into smaller chunks
using a specified edge length (length
) or point capacity (capacity
).
If quantized
is True, the splitter boxes are aligned to the coordinate system axis.