Model.elementqualityredoaction#

Model.elementqualityredoaction()#

Within the interactive element cleanup tool, this function repeats the effects of the last specified function that was reversed by a call to Model.elementqualityundoaction().

Example#

Redo last specified function that was reversed#
import hm
import hm.entities as ent

model = hm.Model()

model.elementqualityredoaction()

Note

This function only functions between a Model.elementqualitysetup() function and a Model.elementqualityshutdown() function.