modify_begin#

frame.modify_begin() int#

Grouping several frame attributes together that all need to be set before application.

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:

‘frame_command’ any of the attribute changing frame: commands

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