Skip to main content

Hi,

 

This is probably a stupid question but I dont get why the following expression is in error in the PointCloudExpressionEvaluator with FME 2020

 

@round((@Component(x)*2))/2

ERROR |PointCloudExpressionEvaluator (PointCloudEvaluationFactory): Failed to parse the EXPRESSION_LIST clause. The provided value was '@round((@Component(x)*2))/2;@round((@Component(y)*2))/2'. Please ensure that your syntax is correct

 

Curiously, the @round function is not available in the Math functions list in the transformer:

 

image

What version of FME Desktop do you currently use?

The @round function is very much available in all the attribute-related transformers, so please download the most recent version of FME.

If some functions in fme are not available, you can import math and use it inside the Python caller.

Actually, I can have it on my PC; it's a 2022 version fme desktop. image attachedCapture3.

 


Reply