I want to check whether there is a way to update the vertices x, y value and remove all values from the 3rd decimal. I only want 2 decimals (no matter the 3rd decimal is 0 or 9, just remove it).
The original data and the desired data is like the following:
25642.882 38471.416 (need to change to 25642.88 38471.41)
25648.078 38446.104 (need to change to 25648.07 38446.10)
25655.240 38406.615 (need to change to 25655.24 38406.61)
Any advice?
أكثر...
The original data and the desired data is like the following:
25642.882 38471.416 (need to change to 25642.88 38471.41)
25648.078 38446.104 (need to change to 25648.07 38446.10)
25655.240 38406.615 (need to change to 25655.24 38406.61)
Any advice?
أكثر...