I simply want to create a subset of my pointcloud containing points between 2 heights. What syntax enables me to write the expression in one line?
Page 1 / 1
try PointCloudExpressionEvaluator (something like @Component(z)<100)
try PointCloudExpressionEvaluator (something like @Component(z)<100)
Hi @robertdbuckley,
Try “&&” instead of AND and use the PointCloudFilter. I think that should do it.
Nathan
this one works