slider_range_ijk#

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

Set the I, J, or K range through which an IJK clip part will be modified when in interactive mode, whether using the slider in Manual mode or in Auto or Auto Cycle mode.

Is only used for interactive clips.
Args:
p0:

‘beg_ijk’ beginning I, J, or K plane of range.

p1:

‘end_ijk’ ending I, J, or K plane of range.

Examples:
#
# Set the slider ijk range for an
# existing IJK clip plane to be within 5 and 35
#
ensight.part.select_begin(2)
ensight.part.modify_begin()
ensight.clip.tool("ijk")
ensight.clip.slider_range_ijk(5,35)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error