We originally used this solution for a scan set, but I suspect it will also work for a plane feature if you substitute the correct feature names. TRy it out and let us know.
Here is some code which should do the same thing -
We originally used this solution for a scan set, but I suspect it will also work for a plane feature if you substitute the correct feature names. TRy it out and let us know.
Here is some code which should do the same thing -
Thanks Don. I am leaving the office now for some fresh air. I will be back later tonight to give it a try. I wll let you know the results...Also, how would I convert the point probed in the plane feature to sets. If that works for sure I would apply the sets to it instead.
Also, how would I convert the point probed in the plane feature to sets. If that works for sure I would apply the sets to it instead.
Ron
I'm not sure what you mean. I think there is no need to convert anything to sets, it might work as it is. I have not tried it yet, I will see if I can try some things today, but it should work as a plane feature, finding the min and max. You just have to use the correct feature name syntax in the assignment statements where I have SCN1.
How can I create assignments to choose the 3 highest values from a series of points? I know how to get the max of an array. But the second and third highest...
I have a product that requires me to perform several evaluations using a minimum of 180 points per plane/diameter. Within this request is a percentage...
I believe I have found enough info to extract min and max point values from 3 separate planes. (When I hover over the variables line, I get the right...
Comment