Model.elementqualityundoaction#
- Model.elementqualityundoaction()#
Within the interactive element cleanup tool, this function reverses the effects of the last specified function.
Example#
Reverse the effects of the last specified function#import hm import hm.entities as ent model = hm.Model() model.elementqualityundoaction()
Note
This function only functions between a
Model.elementqualitysetup()function and aModel.elementqualityshutdown()function.