symmetry_rinstances#

part.symmetry_rinstances(p0: int) int#

Specifies the rotational instances.

Used only when part: symmetry_type is set to rotational.
Args:
p0:

‘num’ The number of rotational instances

Examples:
ensight.part.select_begin(1)
ensight.part.modify_begin()
#
# turn on rotational symmetry about the x axis
# use 4 instances rotated 90 degrees
#
ensight.part.symmetry_type("rotational")
ensight.part.symmetry_axis("x")
ensight.part.symmetry_rinstances(4)
ensight.part.symmetry_angle(90.)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error