Using Min and max parameter

Using Min and max parameter

Anonymous
Not applicable
1,190 Views
2 Replies
Message 1 of 3

Using Min and max parameter

Anonymous
Not applicable

Hello! Is there any way to restrict a distance to have 5 mm as a lower limit? I want it to relate to the distance d3 if it is over 5 mm. Have tried to read about min / max parameters but do not really understand how they are used.

0 Likes
1,191 Views
2 Replies
Replies (2)
Message 2 of 3

JeromeBriot
Mentor
Mentor

Hello,

 

Try this formula for the d3 dimension: max(parameter, 5mm)

 

0 Likes
Message 3 of 3

jamie.emmart.NZ
Explorer
Explorer

Update to JeromeBriot's solution. Fusion would not accept the "," for me. Had to separate parts with ";", ie max(parameter; 5mm)