Skip to main content
Question

PointCloudFilter between 2 Values


Forum|alt.badge.img

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?

4 replies

Forum|alt.badge.img
  • February 22, 2018

try PointCloudExpressionEvaluator (something like @Component(z)<100)


Forum|alt.badge.img
miladahmad wrote:

try PointCloudExpressionEvaluator (something like @Component(z)<100)

It must be between 2 Heights - I have already tried @Component(z)>50 AND @Component(z)<100 but this is ignored.

 

 


nathanatsafe
Safer
Forum|alt.badge.img+7

Hi @robertdbuckley,

Try “&&” instead of AND and use the PointCloudFilter. I think that should do it.

Nathan


Forum|alt.badge.img
  • February 22, 2018

this one works


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings