limit#

view_transf.limit(p0: float) int#

Sets value represented by the extreme ends of the transformation slider in the transformation dialog.

This is a control for the user interface. Moving the slider all the way to the right will apply this value once positively. Moving it all the way to the left will apply this value once negatively. The slider is self centering, so one can continue to apply these amounts to the selected transformations.
Associated with this is the Increment, which is the value that is applied (positively or negatively) by clicking the stepper button once.
Args:
p0:

‘value’ the value to set as the limit for a complete movement of the cursor in the positive or negative directions

Examples:
ensight.view_transf.limit(5.000000)
Returns:

zero on success, non-zero on error