Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Drawing contains various dimensions with different rounded up display value set by designers as below:
Dim Rounded Original
d1 154.32 154.3204
d2 150.450 150.45001
Dimension retrieve API is getting the Original value instead of display value which is rounded up.
Is there any API to retrieve rounded up value or round precision point location?
Solved! Go to Solution.
You can give it a try for below approach:
You can check using API ProDimensionIsDisplayRoundedValue() whether dimension displayed as rounded value or not.
- HIH
Ketan
Hello all,
One would need to use ProDimensionDisplayedValueGet(...) to get a displayed value. Comparing this value with return of ProDimensionValueGet(...) would tell you if a dimension is in 'rounded' state.
HIH.
FV.
functionality seems to be missing in OTK C++ API, is there any way to call ProToolKit method in C++ OTK Application?
user guide...