When I use the Python script export density point clouds, I found that some points there is no export, see below, I do not know why?
Python Script:
chunk.exportPoints(path=f1+'\\'+MapRegionVec[0]+'.las',dense=True,binary=True, precision=6, normals=True, colors=True,format='las')