Question:
When opening the output file, the value is always in mm, but I want it to be in inches. Is it possible to change the units contained within this file so it gives the desired unit?
Applies to:
- nTopCL
- JSON
Answer:
Our internal data structure uses kg, m to calculate and represent the stored value to display as the user's unit to maintain consistency and manage the computational risks. nTopCL JSON output only exports as what it is because it pulls directly from the original data, not the displayed data. If you need to export the value in your own unit, we suggest exporting the value as a text file.
Comments
Please sign in to leave a comment.