setattr_end#

ENS_TOOL_SPHERE.setattr_end() None#

Signal bulk attribute update end

By default, EnSight will update the display with every attribute change. If a lot of changes are to be made, this can slow execution down. Putting a collection of changes inside of a setattr_begin()/setattr_end() pair of calls will defer the update until the setattr_end() call is made.