Hello,
I am attempting to round the xy coords of a point cloud.
I am using a PointCloudExpressionEvaluator.
This is the expression - @round(@Component(x))
But it is throwing the following error;
PointCloudExpressionEvaluator (PointCloudEvaluationFactory): Failed to parse the EXPRESSION_LIST clause. The provided value was '@round(@Component(x))'. Please ensure that your syntax is correct
Round does not appear in the PointCloudExpressionEvaluator in the Math Funtions list, does this mean it is not available?
Ben