Model.animationstop#

Model.animationstop()#

Stops the animation.

Example#

Stop the animation#
import hm
import hm.entities as ent

model = hm.Model()
model.animationstop()