I would like to know how to measure a feature once, in my case a cylinder, and then report the diameter in both least squares and min inscribed. Does someone know how to do that? The only way I can think to do it now is to create 2 different cylinder features and have to measure them both.
Tried that, but construct cylinder does not give the options I need. it gives you the options AUTO, BEST FIT, BF RECOMP, etc.. but does not have least squares, max inscribed, or min circumscribed.
Can you extract all of the points in the original cylinder (cast points) and then construct another cylinder out of that and change min/max there? Or can you use multiple circles and construct two cylinders from the circles and change min/max there? They would use the same points so everything would be the same except the algorithm used to calculate.