Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, the following function can convert values between different units:
adsk.core.Application.get().activeProduct.fusionUnitsManager.convert(2.54, "cm", "inch")
That works well, but now I want to convert a value to a fractional inch, say 3.25" to 3 1/4". How can I do that?
Solved! Go to Solution.