hexagon logo

Reporting a diameter using 2 different fitting algorithms

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.
Parents
  • 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.
Reply
  • 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.
Children
No Data