Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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
