Robse
Industrial
- Jun 30, 2015
- 17
Hello,
I want to make an angle A (deg) directly dependent to a dimension D (mm) with expressions.
I try to generate an angle of 17.5 degrees unless the measurement is greater than 75mm. When i type:
A = if(D<=75)(10)else(17.5)
then I get an unit error. Is there any solution to convert dimensions to a format that works with an if statement without converting it before to a different unitless expression?
Thank you and best regards
I want to make an angle A (deg) directly dependent to a dimension D (mm) with expressions.
I try to generate an angle of 17.5 degrees unless the measurement is greater than 75mm. When i type:
A = if(D<=75)(10)else(17.5)
then I get an unit error. Is there any solution to convert dimensions to a format that works with an if statement without converting it before to a different unitless expression?
Thank you and best regards