I'm using meshlab to process a dense point cloud right now. I'm trying to remove some points that have radius bigger than a certain number from the center, but could not get Meshlab to select those points. I'm using Conditional Vertex Selection, but the (rad > 0) function is not selecting any point at all. I also centered the bounding box at the origin.
Does anyone know what the problem is? Thanks!