Jump to content

use Max and Min in User defined check


---
 Share

Recommended Posts

Hello I would like to calculate with a user defined check the difference between the maximum and minimum deviation of the let's say X measurement of a point.

Is that possible with the function Max and Min? 

I would do something like: Max([point1.X.value, point2.X.value],"geometry") - Min([point1.X.value, point2.X.value],"geometry"). The max and min function does not accept points.

I tried creating a element group with only the results. But this give the max in the element name list.

 

Thanks for your help

Johnny

Link to comment
Share on other sites

  • 1 month later...

Using an element group is the right idea. But create an element group of the inspected base elements (Actual Elements -> Geometries -> Points in your case) instead of the Inspections itself.

Afterwards inspect this element group for the statistical value you want for the inspection value you need (in your case the Range of Position X).

image.thumb.png.c623beb7a877bbb514a68f45af3ff994.png

If you want to use some other formula you can create a User-Defined (scalar) Inspection for the Element Group anyway by using the statistic values as input elements.

Link to comment
Share on other sites

 Share

×
×
  • Create New...