flam04
Industrial
- Aug 28, 2013
- 21
How do you set a limit of travel for an expression in NX10. I have an expression that needs a limit of +.375 to -.375.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if(input < -0.375)(-0.375)else(if(input > 0.375)(0.375)else(input))