Model.drawlistresetstyle#

Model.drawlistresetstyle()#

Resets the display mode on the draw list to the default.

Example#

Reset the display mode on the draw list to the default#
import hm
import hm.entities as ent

model = hm.Model()

model.drawlistresetstyle()