[Jo...] Posted June 10, 2021 Share Posted June 10, 2021 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 More sharing options...
[Th...] Posted July 12, 2021 Share Posted July 12, 2021 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). 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 More sharing options...
[Jo...] Posted July 13, 2021 Author Share Posted July 13, 2021 Thanks, that works great. Johnny Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in