Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm stumped by this one, probably a simple solution.
I have parameters:
name units expression value
diameter in 27 27
dia_no_units 27 27
D_cube_root in diameter ^ (1/3) <<<< not allowed (stays red)
D_cube_root diameter ^ (1/3) <<<< not allowed
D_cube_root in dia_no_units ^ (1/3) 3 <<<< works
I can't get cube root to work on values that have units. Also tried power function.
Is there a way to de-unitize a parameter so that I can just use the math function?
Solved! Go to Solution.