slider_step_ijk#

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

Set the value that an IJK 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 IJK clip plane to 3
#
ensight.part.select_begin(2)
ensight.part.modify_begin()
ensight.clip.tool("ijk")
ensight.clip.slider_step_ijk(3)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error