- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to change this line of code to work for mass units? For example converting kg to lbmass? I can determine how to do it for length units but not mass units.
Thanks,
Eric
convertVal = design.unitsManager.convert(val, design.unitsManager.internalUnits,design.unitsManager.defaultLengthUnits )
Solved! Go to Solution.