Model.displaynone#

Model.displaynone()#

Turns off the display of all entities in the model.

Example#

Turn off the display of all entities#
import hm
import hm.entities as ent

model = hm.Model()

model.displaynone()