Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hello,
I want to add maximum dimension to view for that I calculated the box size , try to find the maximum distance between two faces, for that I used ProselectionDistanceEval() function but it doesn't work , it give distance zero for all iterations , please help me to resolve the issue .
Solved! Go to Solution.
From the documentation
The function ProSelectionDistanceEval() cannot be used to
evaluate distance between datum planes and axes. This function will be
deprecated in a future release. Use the function
ProSelectionWithOptionsDistanceEval() instead.
From the documentation
The function ProSelectionDistanceEval() cannot be used to
evaluate distance between datum planes and axes. This function will be
deprecated in a future release. Use the function
ProSelectionWithOptionsDistanceEval() instead.
Thanks you , it working