You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function export2obj() seems to handle precision somewhat irregularly. In some cases, truncated, some not. This results in problem for later processing of obj, ie slightly inaccurate volume calculations. A snippet from a result:
v 85227.43 446522.05700000003 17.398
v 85227.43 446522.05700000003 18.578
v 85183.59 446507.93700000003 18.582
v 85183.59 446507.93700000003 17.381
v 85184.16299999999 446508.17600000004 17.381
v 85184.16299999999 446508.17600000004 18.551000000000002
v 85182.48599999999 446512.243 17.381
v 85182.48599999999 446512.243 19.294
The text was updated successfully, but these errors were encountered:
The function export2obj() seems to handle precision somewhat irregularly. In some cases, truncated, some not. This results in problem for later processing of obj, ie slightly inaccurate volume calculations. A snippet from a result:
v 85227.43 446522.05700000003 17.398
v 85227.43 446522.05700000003 18.578
v 85183.59 446507.93700000003 18.582
v 85183.59 446507.93700000003 17.381
v 85184.16299999999 446508.17600000004 17.381
v 85184.16299999999 446508.17600000004 18.551000000000002
v 85182.48599999999 446512.243 17.381
v 85182.48599999999 446512.243 19.294
The text was updated successfully, but these errors were encountered: