slider_step#

clip.slider_step(*args, **kwargs) Any#

Set the value that a X/Y/Z clip part is modified when in interactive mode and the user interface less/greater buttons are selected.

A negative step value is used when the less button is selected while a positive step value is used when the greater button is selected.
Is only used for interactive clips.
Args:
p0:

‘step_increment’ step increment of slider

Examples:
#
# Set the step increment for an
# existing clip plane to 1.0
#
ensight.part.select_begin(3)
ensight.part.modify_begin()
ensight.clip.tool("xyz")
ensight.clip.slider_step(1.0)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error