Skip to main content
Archived

PointCloudFilter should accept attributes containing expressions

Related products:Transformers
  • March 1, 2021
  • 0 replies
  • 9 views

jdh
Contributor
Forum|alt.badge.img+40

The PointCloudFilter let's you build expressions from attributes.

ex. @Component(color_red)==@Value(_Red) && @Component(color_green) == @Value(_Green) &&@Component(color_blue)==@Value(_Blue)

It let's you supply a userParameter with an expression

ex @Component(color_red)== 178

It let's you supply an attribute containing a numeric value (ex 178)


But it does not allow you to supply an attribute containing an expression

 |ERROR |Expression Evaluator: Attribute '_ptFilter' has non-numeric value'@Component(color_red)== 178 && @Component(color_green) == 178 && @Component(color_blue)==0'


This makes it very difficult to build dynamic filters where the number of clauses is variable.


This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.