<operator:clamp>.setRange

Set the min/max range for the clamp operator

 

<operator:clamp>.setRange(
    [min,max]    

)

 

[min,max]

The minimum and maximum range for the clamp operator. You can use None for either min/max to specify no limit.


Remarks

This command will set the [min,max] range of the clamp operator.

Return Value

None

See also

<link>.clampPosX
<link>.clampPosY
<link>.clampPosZ