ijk_scale#
- clip.ijk_scale(*args, **kwargs) Any #
Specify the length of the IJK axis for IJK extracts.
Is only valid for I/J/K plane clips.- Args:
- p0:
‘scale’ length of the axis in world coordinates
- Examples:
ensight.part.select_begin(3) ensight.part.modify_begin() ensight.clip.ijk_axis("ON") ensight.clip.ijk_scale(1.5) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error