slider_x#
- clip.slider_x(*args, **kwargs) Any #
Set the min/max X/Y/Z extents in the user interface for a clip of constant X/Y/Z.
Is only used for interactive clips.- Args:
- p0:
‘min_value’ minimum slider value
- p1:
‘max_value’ maximum slider value
- Examples:
# # Set the min/max slider value for # a clip of constant X # ensight.part.select_begin(3) ensight.part.modify_begin() ensight.clip.slider_x(-1,4) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error