dimension3_step#

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

Specify the step increment for the non-constant I/J/K extract.

For an I/J/K extract the user specifies that he wants to create a part of constant I, J, or K and a extract value. These parameters specify the step increment for the non-constant plane.
Args:
p0:

‘step’ step value

Examples:
#
# Select an existing I plane extract
# and modify the J step by factor
# to 2
ensight.part.select_begin(3)
ensight.part.modify_begin()
ensight.clip.dimension2(10,60)
ensight.clip.dimension2_step(2)
ensight.clip.dimension3(1,45)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error