modify_begin#

part.modify_begin() int#

These commands are used to demarcate part attribute changing commands. The attributes within them will be changed when the modify_end is reached.

Examples:
ensight.part.select_begin(1)
ensight.part.modify_begin()
ensight.part.colorby_rgb(1,0,0)
ensight.part.visibility_node("ON")
ensight.part.node_type("sphere")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error