symmetry_tinstances#

frame.symmetry_tinstances(p0: int) int#

Sets the number of instances for translational symmetry.

Since modification of frame symmetry attributes typically need more than one attribute change before being able to properly perform the option, one typically should encase the attribute lines between frame: modify_begin and frame: modify_end commands.
Args:
p0:

‘num’ number of instances

Examples:
ensight.frame.select_begin(1)
ensight.frame.modify_begin()
ensight.frame.symmetry_type("translational")
ensight.frame.symmetry_use_file("OFF")
ensight.frame.symmetry_tinstances(2)
ensight.frame.symmetry_delta(1.0000e+00,0.0000e+00,0.0000e+00)
ensight.frame.modify_end()
Returns:

zero on success, non-zero on error